#54930A

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

Shades of Limeade #54930A

Tints of Limeade #54930A

Color information

#54930A (or 0x54930A) is unknown color: approx Limeade. HEX triplet: 54, 93 and 0A. RGB value is (84,147,10). Sum of RGB (Red+Green+Blue) = 84+147+10=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #54930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54930A is #AB6CF5. Grayscale: #717171. Windows color (decimal): -11234550 or 693076. OLE color: 693076.

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

Color convert

RGB8414710-
CMYK0.4300.930.42
HSL87.59º87.26%30.78%-
HSV(B)87.59º93.2%57.65%-
XYZ14.1422.773.94-
YUV112.5470.13107.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.85%
GREEN value IS 147 (57.81% from 255) = 61.00%
BLUE value IS 10 (4.30% from 255) = 4.15%
R=34.85%
G=61.00%
B=4.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84147100.4300.930.4287.5987.2630.78
Hex5493A2B05D2A58571f
Octal124223125301355213012737
Binary1010100100100111010101011010111011010101011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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