#58930A

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

Shades of Limeade #58930A

Tints of Limeade #58930A

Color information

#58930A (or 0x58930A) is unknown color: approx Limeade. HEX triplet: 58, 93 and 0A. RGB value is (88,147,10). Sum of RGB (Red+Green+Blue) = 88+147+10=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 147 (57.81% from 255 or 60% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 147 - color contains mainly: green. Hex color #58930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58930A is #A76CF5. Grayscale: #727272. Windows color (decimal): -10972406 or 693080. OLE color: 693080.

HSL color Cylindrical-coordinate representation of color #58930A: hue angle of 85.84º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58930A is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB8814710-
CMYK0.4000.930.42
HSL85.84º87.26%30.78%-
HSV(B)85.84º93.2%57.65%-
XYZ14.5122.963.95-
YUV113.7469.45109.64-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 147 (57.81% from 255) = 60%
BLUE value IS 10 (4.30% from 255) = 4.08%
R=35.92%
G=60%
B=4.08%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88147100.4000.930.4285.8487.2630.78
Hex5893A2805D2A56571f
Octal130223125001355212612737
Binary1011000100100111010101000010111011010101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58930A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58930A; }

 p { color: rgb(88,147,10); }

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

<style>
 a { background-color: #58930A; }

 a { background-color: rgb(88,147,10); }

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

<style>
 span { border-color: #58930A; }

 span { border-color: rgb(88,147,10); }

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