#58A522

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

Shades of Limeade #58A522

Tints of Limeade #58A522

Color information

#58A522 (or 0x58A522) is unknown color: approx Limeade. HEX triplet: 58, A5 and 22. RGB value is (88,165,34). Sum of RGB (Red+Green+Blue) = 88+165+34=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #58A522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A522 is #A75ADD. Grayscale: #7F7F7F. Windows color (decimal): -10967774 or 2270552. OLE color: 2270552.

HSL color Cylindrical-coordinate representation of color #58A522: hue angle of 95.27º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58A522 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB8816534-
CMYK0.4700.790.35
HSL95.27º65.83%39.02%-
HSV(B)95.27º79.39%64.71%-
XYZ17.7729.16.19-
YUV127.0475.49100.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.66%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 34 (13.67% from 255) = 11.85%
R=30.66%
G=57.49%
B=11.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal88165340.4700.790.3595.2765.8339.02
Hex58A5222F04F235f4227
Octal130245425701174313710247
Binary1011000101001011000101011110100111110001110111111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,165,34); }

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

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

 a { background-color: rgb(88,165,34); }

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

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

 span { border-color: rgb(88,165,34); }

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