#58A418

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

Shades of Limeade #58A418

Tints of Limeade #58A418

Color information

#58A418 (or 0x58A418) is unknown color: approx Limeade. HEX triplet: 58, A4 and 18. RGB value is (88,164,24). Sum of RGB (Red+Green+Blue) = 88+164+24=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #58A418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A418 is #A75BE7. Grayscale: #7D7D7D. Windows color (decimal): -10968040 or 1614936. OLE color: 1614936.

HSL color Cylindrical-coordinate representation of color #58A418: hue angle of 92.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #58A418 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB8816424-
CMYK0.4600.850.36
HSL92.57º74.47%36.86%-
HSV(B)92.57º85.37%64.31%-
XYZ17.4628.695.48-
YUV125.3270.82101.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 164 (64.45% from 255) = 59.42%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=31.88%
G=59.42%
B=8.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88164240.4600.850.3692.5774.4736.86
Hex58A4182E055245d4a25
Octal130244305601254413511245
Binary101100010100100110001011100101010110010010111011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,164,24); }

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

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

 a { background-color: rgb(88,164,24); }

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

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

 span { border-color: rgb(88,164,24); }

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