#58980A

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

Shades of Limeade #58980A

Tints of Limeade #58980A

Color information

#58980A (or 0x58980A) is unknown color: approx Limeade. HEX triplet: 58, 98 and 0A. RGB value is (88,152,10). Sum of RGB (Red+Green+Blue) = 88+152+10=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 152 (59.77% from 255 or 60.8% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 152 - color contains mainly: green. Hex color #58980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58980A is #A767F5. Grayscale: #757575. Windows color (decimal): -10971126 or 694360. OLE color: 694360.

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

Color convert

RGB8815210-
CMYK0.4200.930.40
HSL87.04º87.65%31.76%-
HSV(B)87.04º93.42%59.61%-
XYZ15.3124.554.22-
YUV116.6867.8107.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 152 (59.77% from 255) = 60.8%
BLUE value IS 10 (4.30% from 255) = 4%
R=35.2%
G=60.8%
B=4%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88152100.4200.930.4087.0487.6531.76
Hex5898A2A05D28575820
Octal130230125201355012713040
Binary10110001001100010101010100101110110100010101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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