#58aa26

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

Shades of Limeade #58AA26

Tints of Limeade #58AA26

Color information

#58AA26 (or 0x58AA26) is unknown color: approx Limeade. HEX triplet: 58, AA and 26. RGB value is (88,170,38). Sum of RGB (Red+Green+Blue) = 88+170+38=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AA26 is #A755D9. Grayscale: #828282. Windows color (decimal): -10966490 or 2533976. OLE color: 2533976.

HSL color Cylindrical-coordinate representation of color #58AA26: hue angle of 97.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58AA26 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB8817038-
CMYK0.4800.780.33
HSL97.27º63.46%40.78%-
HSV(B)97.27º77.65%66.67%-
XYZ18.7530.966.82-
YUV130.4375.8397.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 170 (66.80% from 255) = 57.43%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=29.73%
G=57.43%
B=12.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88170380.4800.780.3397.2763.4640.78
Hex58AA263004E21613f29
Octal13025246600116411417751
Binary101100010101010100110110000010011101000011100001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58aa26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,170,38); }

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

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

 a { background-color: rgb(88,170,38); }

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

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

 span { border-color: rgb(88,170,38); }

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