#5A990C

Color #5A990C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5A990C

Tints of Limeade #5A990C

Color information

#5A990C (or 0x5A990C) is unknown color: approx Limeade. HEX triplet: 5A, 99 and 0C. RGB value is (90,153,12). Sum of RGB (Red+Green+Blue) = 90+153+12=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 153 (60.16% from 255 or 60% from 255); Blue value is 12 (5.08% from 255 or 4.71% from 255); Max value from RGB is 153 - color contains mainly: green. Hex color #5A990C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A990C is #A566F3. Grayscale: #767676. Windows color (decimal): -10839796 or 825690. OLE color: 825690.

HSL color Cylindrical-coordinate representation of color #5A990C: hue angle of 86.81º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A990C is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB9015312-
CMYK0.4100.920.4
HSL86.81º85.45%32.35%-
HSV(B)86.81º92.16%60%-
XYZ15.6724.984.34-
YUV118.0968.13107.96-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.29%
GREEN value IS 153 (60.16% from 255) = 60%
BLUE value IS 12 (5.08% from 255) = 4.71%
R=35.29%
G=60%
B=4.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal90153120.4100.920.486.8185.4532.35
Hex5A99C2905C28575520
Octal132231145101345012712540
Binary10110101001100111001010010101110010100010101111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A990C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A990C; }

 p { color: rgb(90,153,12); }

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

<style>
 a { background-color: #5A990C; }

 a { background-color: rgb(90,153,12); }

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

<style>
 span { border-color: #5A990C; }

 span { border-color: rgb(90,153,12); }

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