#52930A

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

Shades of Limeade #52930A

Tints of Limeade #52930A

Color information

#52930A (or 0x52930A) is unknown color: approx Limeade. HEX triplet: 52, 93 and 0A. RGB value is (82,147,10). Sum of RGB (Red+Green+Blue) = 82+147+10=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 147 (57.81% from 255 or 61.51% from 239); Blue value is 10 (4.30% from 255 or 4.18% from 239); Max value from RGB is 147 - color contains mainly: green. Hex color #52930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52930A is #AD6CF5. Grayscale: #707070. Windows color (decimal): -11365622 or 693074. OLE color: 693074.

HSL color Cylindrical-coordinate representation of color #52930A: hue angle of 88.47º 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 #52930A is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB8214710-
CMYK0.4400.930.42
HSL88.47º87.26%30.78%-
HSV(B)88.47º93.2%57.65%-
XYZ13.9722.683.93-
YUV111.9570.47106.64-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.31%
GREEN value IS 147 (57.81% from 255) = 61.51%
BLUE value IS 10 (4.30% from 255) = 4.18%
R=34.31%
G=61.51%
B=4.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147100.4400.930.4288.4787.2630.78
Hex5293A2C05D2A58571f
Octal122223125401355213012737
Binary1010010100100111010101100010111011010101011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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