#54900A

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

Shades of Limeade #54900A

Tints of Limeade #54900A

Color information

#54900A (or 0x54900A) is unknown color: approx Limeade. HEX triplet: 54, 90 and 0A. RGB value is (84,144,10). Sum of RGB (Red+Green+Blue) = 84+144+10=238 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.29% from 238); Green value is 144 (56.64% from 255 or 60.50% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 144 - color contains mainly: green. Hex color #54900A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54900A is #AB6FF5. Grayscale: #6F6F6F. Windows color (decimal): -11235318 or 692308. OLE color: 692308.

HSL color Cylindrical-coordinate representation of color #54900A: hue angle of 86.87º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54900A is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.

Color convert

RGB8414410-
CMYK0.4200.930.44
HSL86.87º87.01%30.2%-
HSV(B)86.87º93.06%56.47%-
XYZ13.6821.853.78-
YUV110.7871.12108.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.29%
GREEN value IS 144 (56.64% from 255) = 60.50%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=35.29%
G=60.50%
B=4.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84144100.4200.930.4486.8787.0130.2
Hex5490A2A05D2C57571e
Octal124220125201355412712736
Binary1010100100100001010101010010111011011001010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54900A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54900A; }

 p { color: rgb(84,144,10); }

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

<style>
 a { background-color: #54900A; }

 a { background-color: rgb(84,144,10); }

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

<style>
 span { border-color: #54900A; }

 span { border-color: rgb(84,144,10); }

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