#58A310

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

Shades of Limeade #58A310

Tints of Limeade #58A310

Color information

#58A310 (or 0x58A310) is unknown color: approx Limeade. HEX triplet: 58, A3 and 10. RGB value is (88,163,16). Sum of RGB (Red+Green+Blue) = 88+163+16=267 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.96% from 267); Green value is 163 (64.06% from 255 or 61.05% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 163 - color contains mainly: green. Hex color #58A310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A310 is #A75CEF. Grayscale: #7C7C7C. Windows color (decimal): -10968304 or 1090392. OLE color: 1090392.

HSL color Cylindrical-coordinate representation of color #58A310: hue angle of 90.61º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58A310 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB8816316-
CMYK0.4600.900.36
HSL90.61º82.12%35.1%-
HSV(B)90.61º90.18%63.92%-
XYZ17.2228.315.05-
YUV123.8267.15102.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.96%
GREEN value IS 163 (64.06% from 255) = 61.05%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=32.96%
G=61.05%
B=5.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal88163160.4600.900.3690.6182.1235.1
Hex58A3102E05A245b5223
Octal130243205601324413312243
Binary101100010100011100001011100101101010010010110111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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