#58A20D

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

Shades of Limeade #58A20D

Tints of Limeade #58A20D

Color information

#58A20D (or 0x58A20D) is unknown color: approx Limeade. HEX triplet: 58, A2 and 0D. RGB value is (88,162,13). Sum of RGB (Red+Green+Blue) = 88+162+13=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 162 (63.67% from 255 or 61.60% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 162 - color contains mainly: green. Hex color #58A20D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A20D is #A75DF2. Grayscale: #7B7B7B. Windows color (decimal): -10968563 or 893528. OLE color: 893528.

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

Color convert

RGB8816213-
CMYK0.4600.920.36
HSL89.8º85.14%34.31%-
HSV(B)89.8º91.98%63.53%-
XYZ17.0227.944.88-
YUV122.8965.98103.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 162 (63.67% from 255) = 61.60%
BLUE value IS 13 (5.47% from 255) = 4.94%
R=33.46%
G=61.60%
B=4.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88162130.4600.920.3689.885.1434.31
Hex58A2D2E05C245a5522
Octal130242155601344413212542
Binary10110001010001011011011100101110010010010110101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A20D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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