#58A106

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

Shades of Limeade #58A106

Tints of Limeade #58A106

Color information

#58A106 (or 0x58A106) is unknown color: approx Limeade. HEX triplet: 58, A1 and 06. RGB value is (88,161,6). Sum of RGB (Red+Green+Blue) = 88+161+6=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #58A106 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A106 is #A75EF9. Grayscale: #7A7A7A. Windows color (decimal): -10968826 or 434520. OLE color: 434520.

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

Color convert

RGB881616-
CMYK0.4500.960.37
HSL88.26º92.81%32.75%-
HSV(B)88.26º96.27%63.14%-
XYZ16.827.584.61-
YUV121.562.82104.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 161 (63.28% from 255) = 63.14%
BLUE value IS 6 (2.73% from 255) = 2.35%
R=34.51%
G=63.14%
B=2.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal8816160.4500.960.3788.2692.8132.75
Hex58A162D06025585d21
Octal13024165501404513013541
Binary1011000101000011101011010110000010010110110001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,161,6); }

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

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

 a { background-color: rgb(88,161,6); }

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

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

 span { border-color: rgb(88,161,6); }

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