#58A216

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

Shades of Limeade #58A216

Tints of Limeade #58A216

Color information

#58A216 (or 0x58A216) is unknown color: approx Limeade. HEX triplet: 58, A2 and 16. RGB value is (88,162,22). Sum of RGB (Red+Green+Blue) = 88+162+22=272 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.35% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #58A216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A216 is #A75DE9. Grayscale: #7C7C7C. Windows color (decimal): -10968554 or 1483352. OLE color: 1483352.

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

Color convert

RGB8816222-
CMYK0.4600.860.36
HSL91.71º76.09%36.08%-
HSV(B)91.71º86.42%63.53%-
XYZ17.0927.975.26-
YUV123.9170.48102.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.35%
GREEN value IS 162 (63.67% from 255) = 59.56%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=32.35%
G=59.56%
B=8.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162220.4600.860.3691.7176.0936.08
Hex58A2162E056245c4c24
Octal130242265601264413411444
Binary101100010100010101101011100101011010010010111001001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,22); }

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

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

 a { background-color: rgb(88,162,22); }

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

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

 span { border-color: rgb(88,162,22); }

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