#08C580

Color #08C580 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #08C580

Tints of Mountain Meadow #08C580

Color information

#08C580 (or 0x08C580) is unknown color: approx Mountain Meadow. HEX triplet: 08, C5 and 80. RGB value is (8,197,128). Sum of RGB (Red+Green+Blue) = 8+197+128=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #08C580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C580 is #F73A7F. Grayscale: #848484. Windows color (decimal): -16202368 or 8439048. OLE color: 8439048.

HSL color Cylindrical-coordinate representation of color #08C580: hue angle of 158.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C580 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB8197128-
CMYK0.9600.350.23
HSL158.1º92.2%40.2%-
HSV(B)158.1º95.94%77.25%-
XYZ23.9641.5427.18-
YUV132.62125.3839.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.40%
GREEN value IS 197 (77.34% from 255) = 59.16%
BLUE value IS 128 (50.39% from 255) = 38.44%
R=2.40%
G=59.16%
B=38.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81971280.9600.350.23158.192.240.2
Hex8C58060023179e5c28
Octal103052001400432723613450
Binary100011000101100000001100000010001110111100111101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C580; }

 p { color: rgb(8,197,128); }

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

<style>
 a { background-color: #08C580; }

 a { background-color: rgb(8,197,128); }

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

<style>
 span { border-color: #08C580; }

 span { border-color: rgb(8,197,128); }

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