#58A017

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

Shades of Limeade #58A017

Tints of Limeade #58A017

Color information

#58A017 (or 0x58A017) is unknown color: approx Limeade. HEX triplet: 58, A0 and 17. RGB value is (88,160,23). Sum of RGB (Red+Green+Blue) = 88+160+23=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #58A017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A017 is #A75FE8. Grayscale: #7B7B7B. Windows color (decimal): -10969065 or 1548376. OLE color: 1548376.

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

Color convert

RGB8816023-
CMYK0.4500.860.37
HSL91.53º74.86%35.88%-
HSV(B)91.53º85.62%62.75%-
XYZ16.7527.285.19-
YUV122.8571.65103.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 160 (62.89% from 255) = 59.04%
BLUE value IS 23 (9.38% from 255) = 8.49%
R=32.47%
G=59.04%
B=8.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal88160230.4500.860.3791.5374.8635.88
Hex58A0172D056255c4b24
Octal130240275501264513411344
Binary101100010100000101111011010101011010010110111001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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