#58951A

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

Shades of Limeade #58951A

Tints of Limeade #58951A

Color information

#58951A (or 0x58951A) is unknown color: approx Limeade. HEX triplet: 58, 95 and 1A. RGB value is (88,149,26). Sum of RGB (Red+Green+Blue) = 88+149+26=263 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.46% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #58951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58951A is #A76AE5. Grayscale: #757575. Windows color (decimal): -10971878 or 1742168. OLE color: 1742168.

HSL color Cylindrical-coordinate representation of color #58951A: hue angle of 89.76º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #58951A is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB8814926-
CMYK0.4100.830.42
HSL89.76º70.29%34.31%-
HSV(B)89.76º82.55%58.43%-
XYZ14.9623.644.75-
YUV116.7476.79107.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.46%
GREEN value IS 149 (58.59% from 255) = 56.65%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=33.46%
G=56.65%
B=9.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149260.4100.830.4289.7670.2934.31
Hex58951A290532A5a4622
Octal130225325101235213210642
Binary101100010010101110101010010101001110101010110101000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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