#54A008

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

Shades of Limeade #54A008

Tints of Limeade #54A008

Color information

#54A008 (or 0x54A008) is unknown color: approx Limeade. HEX triplet: 54, A0 and 08. RGB value is (84,160,8). Sum of RGB (Red+Green+Blue) = 84+160+8=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #54A008 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A008 is #AB5FF7. Grayscale: #787878. Windows color (decimal): -11231224 or 565332. OLE color: 565332.

HSL color Cylindrical-coordinate representation of color #54A008: hue angle of 90º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54A008 is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB841608-
CMYK0.4800.950.37
HSL90º90.48%32.94%-
HSV(B)90º95%62.75%-
XYZ16.2727.044.59-
YUV119.9564.82102.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 63.49%
BLUE value IS 8 (3.52% from 255) = 3.17%
R=33.33%
G=63.49%
B=3.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8416080.4800.950.379090.4832.94
Hex54A083005F255a5a21
Octal124240106001374513213241
Binary10101001010000010001100000101111110010110110101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54A008; }

 p { color: rgb(84,160,8); }

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

<style>
 a { background-color: #54A008; }

 a { background-color: rgb(84,160,8); }

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

<style>
 span { border-color: #54A008; }

 span { border-color: rgb(84,160,8); }

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