#58A012

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

Shades of Limeade #58A012

Tints of Limeade #58A012

Color information

#58A012 (or 0x58A012) is unknown color: approx Limeade. HEX triplet: 58, A0 and 12. RGB value is (88,160,18). Sum of RGB (Red+Green+Blue) = 88+160+18=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #58A012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A012 is #A75FED. Grayscale: #7A7A7A. Windows color (decimal): -10969070 or 1220696. OLE color: 1220696.

HSL color Cylindrical-coordinate representation of color #58A012: hue angle of 90.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #58A012 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB8816018-
CMYK0.4500.890.37
HSL90.42º79.78%34.9%-
HSV(B)90.42º88.75%62.75%-
XYZ16.727.264.95-
YUV122.2869.15103.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.08%
GREEN value IS 160 (62.89% from 255) = 60.15%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=33.08%
G=60.15%
B=6.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88160180.4500.890.3790.4279.7834.9
Hex58A0122D059255a5023
Octal130240225501314513212043
Binary101100010100000100101011010101100110010110110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58A012; }

 p { color: rgb(88,160,18); }

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

<style>
 a { background-color: #58A012; }

 a { background-color: rgb(88,160,18); }

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

<style>
 span { border-color: #58A012; }

 span { border-color: rgb(88,160,18); }

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