#54A12A

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

Shades of Limeade #54A12A

Tints of Limeade #54A12A

Color information

#54A12A (or 0x54A12A) is unknown color: approx Limeade. HEX triplet: 54, A1 and 2A. RGB value is (84,161,42). Sum of RGB (Red+Green+Blue) = 84+161+42=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #54A12A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A12A is #AB5ED5. Grayscale: #7C7C7C. Windows color (decimal): -11230934 or 2793812. OLE color: 2793812.

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

Color convert

RGB8416142-
CMYK0.4800.740.37
HSL98.82º58.62%39.8%-
HSV(B)98.82º73.91%63.14%-
XYZ16.8227.546.62-
YUV124.4181.4999.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.27%
GREEN value IS 161 (63.28% from 255) = 56.10%
BLUE value IS 42 (16.80% from 255) = 14.63%
R=29.27%
G=56.10%
B=14.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal84161420.4800.740.3798.8258.6239.8
Hex54A12A3004A25633b28
Octal12424152600112451437350
Binary101010010100001101010110000010010101001011100011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,161,42); }

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

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

 a { background-color: rgb(84,161,42); }

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

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

 span { border-color: rgb(84,161,42); }

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