#08C875

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

Shades of Mountain Meadow #08C875

Tints of Mountain Meadow #08C875

Color information

#08C875 (or 0x08C875) is unknown color: approx Mountain Meadow. HEX triplet: 08, C8 and 75. RGB value is (8,200,117). Sum of RGB (Red+Green+Blue) = 8+200+117=325 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.46% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #08C875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C875 is #F7378A. Grayscale: #858585. Windows color (decimal): -16201611 or 7718920. OLE color: 7718920.

HSL color Cylindrical-coordinate representation of color #08C875: hue angle of 154.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C875 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB8200117-
CMYK0.9600.420.22
HSL154.06º92.31%40.78%-
HSV(B)154.06º96%78.43%-
XYZ23.9742.6423.8-
YUV133.13118.8938.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.46%
GREEN value IS 200 (78.52% from 255) = 61.54%
BLUE value IS 117 (46.09% from 255) = 36%
R=2.46%
G=61.54%
B=36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82001170.9600.420.22154.0692.3140.78
Hex8C8756002A169a5c29
Octal103101651400522623213451
Binary10001100100011101011100000010101010110100110101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,200,117); }

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

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

 a { background-color: rgb(8,200,117); }

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

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

 span { border-color: rgb(8,200,117); }

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