#94c81a

Color #94C81A Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #94C81A

Tints of Yellow Green #94C81A

Color information

#94C81A (or 0x94C81A) is unknown color: approx Yellow Green. HEX triplet: 94, C8 and 1A. RGB value is (148,200,26). Sum of RGB (Red+Green+Blue) = 148+200+26=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #94C81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C81A is #6B37E5. Grayscale: #A5A5A5. Windows color (decimal): -7026662 or 1755284. OLE color: 1755284.

HSL color Cylindrical-coordinate representation of color #94C81A: hue angle of 77.93º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94C81A is Cyan = 0.26, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB14820026-
CMYK0.2600.870.22
HSL77.93º76.99%44.31%-
HSV(B)77.93º87%78.43%-
XYZ33.0547.688.44-
YUV164.6249.77116.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 200 (78.52% from 255) = 53.48%
BLUE value IS 26 (10.55% from 255) = 6.95%
R=39.57%
G=53.48%
B=6.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148200260.2600.870.2277.9376.9944.31
Hex94C81A1A057164e4d2c
Octal224310323201272611611554
Binary10010100110010001101011010010101111011010011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94c81a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94c81a; }

 p { color: rgb(148,200,26); }

 H1.HeaderClassName
 {
   color: #94c81a;
 }
 .AnyTagClassName
 {
   color: #94c81a;
 }
</style>
background-color css

<style>
 a { background-color: #94c81a; }

 a { background-color: rgb(148,200,26); }

 div.DivClassName
 {
   background-color: #94c81a;
 }
 .BgClassName
 {
   background-color: #94c81a;
 }
</style>
border-color css

<style>
 span { border-color: #94c81a; }

 span { border-color: rgb(148,200,26); }

 td.TdClassName
 {
   border-color: #94c81a;
 }
 .TagClassName
 {
   border-color: #94c81a;
 }
</style>