Html Css Color HEX #08C084 Mountain Meadow

📋 copy color: '#08C084'

red 8 ◦ green 192 ◦ blue 132

#08C084
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #08C084

Tints of Mountain Meadow #08C084

RGB

 RED value IS 8 (3.52% from 255) = 2.41%

 GREEN value IS 192 (75.39% from 255) = 57.83%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 2.41%
G = 57.83%
B = 39.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#08C084 (or 0x08C084) is known color: Mountain Meadow. HEX triplet: 08, C0 and 84. RGB value is (8,192,132). Sum of RGB (Red+Green+Blue) = 8+192+132=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #08C084 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C084 is #F73F7B. Grayscale: #828282. Windows color (decimal): -16203644 or 8699912. OLE color: 8699912.

HSL color Cylindrical-coordinate representation of color #08C084: hue angle of 160.43º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C084 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 132 -
CMYK 0.96 0 0.31 0.25
HSL 160.43º 0.92% 0.39% -
HSV(B) 160.43º 0.96% 0.75% -
XYZ 23.11 39.42 28.22 -
YUV 130.14 129.04 40.88 -
System Red Green Blue C M Y K H S L
Decimal 8 192 132 0.96 0 0.31 0.25 160.43 0.92 0.39
Hex 8 C0 84 60 0 1F 19 A0 5C 27
Octal 10 300 204 140 0 37 31 240 134 47
Binary 1000 11000000 10000100 1100000 0 11111 11001 10100000 1011100 100111

Color Harmonies of #08C084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C084

Black with #08C084

Text Example


Text Example

White with #08C084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,192,132); }

 H1.HeaderClassName
 {
   color: #08C084;
 }
 .AnyTagClassName
 {
   color: #08C084;
 }
</style>

background-color css

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

 a { background-color: rgb(8,192,132); }

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

border-color css

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

 span { border-color: rgb(8,192,132); }

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