#58A31A

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

Shades of Limeade #58A31A

Tints of Limeade #58A31A

Color information

#58A31A (or 0x58A31A) is unknown color: approx Limeade. HEX triplet: 58, A3 and 1A. RGB value is (88,163,26). Sum of RGB (Red+Green+Blue) = 88+163+26=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 163 (64.06% from 255 or 58.84% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 163 - color contains mainly: green. Hex color #58A31A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58A31A is #A75CE5. Grayscale: #7D7D7D. Windows color (decimal): -10968294 or 1745752. OLE color: 1745752.

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

Color convert

RGB8816326-
CMYK0.4600.840.36
HSL92.85º72.49%37.06%-
HSV(B)92.85º84.05%63.92%-
XYZ17.3128.345.54-
YUV124.9672.15101.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.77%
GREEN value IS 163 (64.06% from 255) = 58.84%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=31.77%
G=58.84%
B=9.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88163260.4600.840.3692.8572.4937.06
Hex58A31A2E054245d4825
Octal130243325601244413511045
Binary101100010100011110101011100101010010010010111011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,163,26); }

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

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

 a { background-color: rgb(88,163,26); }

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

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

 span { border-color: rgb(88,163,26); }

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