Html Css Color HEX #08C083 Mountain Meadow

📋 copy color: '#08C083'

red 8 ◦ green 192 ◦ blue 131

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

Shades of Mountain Meadow #08C083

Tints of Mountain Meadow #08C083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 2.42%
G = 58.01%
B = 39.58%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#08C083 (or 0x08C083) is known color: Mountain Meadow. HEX triplet: 08, C0 and 83. RGB value is (8,192,131). Sum of RGB (Red+Green+Blue) = 8+192+131=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #08C083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C083 is #F73F7C. Grayscale: #828282. Windows color (decimal): -16203645 or 8634376. OLE color: 8634376.

HSL color Cylindrical-coordinate representation of color #08C083: hue angle of 160.11º 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 #08C083 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 192 131 -
CMYK 0.96 0 0.32 0.25
HSL 160.11º 0.92% 0.39% -
HSV(B) 160.11º 0.96% 0.75% -
XYZ 23.05 39.39 27.86 -
YUV 130.03 128.54 40.96 -
System Red Green Blue C M Y K H S L
Decimal 8 192 131 0.96 0 0.32 0.25 160.11 0.92 0.39
Hex 8 C0 83 60 0 20 19 A0 5C 27
Octal 10 300 203 140 0 40 31 240 134 47
Binary 1000 11000000 10000011 1100000 0 100000 11001 10100000 1011100 100111

Color Harmonies of #08C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08C083

Black with #08C083

Text Example


Text Example

White with #08C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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