Html Css Color HEX #0CB879 Mountain Meadow

📋 copy color: '#0CB879'

red 12 ◦ green 184 ◦ blue 121

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

Shades of Mountain Meadow #0CB879

Tints of Mountain Meadow #0CB879

RGB

 RED value IS 12 (5.08% from 255) = 3.79%

 GREEN value IS 184 (72.27% from 255) = 58.04%

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 3.79%
G = 58.04%
B = 38.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#0CB879 (or 0x0CB879) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 79. RGB value is (12,184,121). Sum of RGB (Red+Green+Blue) = 12+184+121=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 184 (72.27% from 255 or 58.04% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB879 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB879 is #F34786. Grayscale: #7D7D7D. Windows color (decimal): -15943559 or 7976972. OLE color: 7976972.

HSL color Cylindrical-coordinate representation of color #0CB879: hue angle of 158.02º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB879 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 12 184 121 -
CMYK 0.93 0 0.34 0.28
HSL 158.02º 0.88% 0.38% -
HSV(B) 158.02º 0.93% 0.72% -
XYZ 20.74 35.74 23.89 -
YUV 125.39 125.52 47.12 -
System Red Green Blue C M Y K H S L
Decimal 12 184 121 0.93 0 0.34 0.28 158.02 0.88 0.38
Hex C B8 79 5D 0 22 1C 9E 58 26
Octal 14 270 171 135 0 42 34 236 130 46
Binary 1100 10111000 1111001 1011101 0 100010 11100 10011110 1011000 100110

Color Harmonies of #0CB879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB879

Black with #0CB879

Text Example


Text Example

White with #0CB879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CB879; }

 p { color: rgb(12,184,121); }

 H1.HeaderClassName
 {
   color: #0CB879;
 }
 .AnyTagClassName
 {
   color: #0CB879;
 }
</style>

background-color css

<style>
 a { background-color: #0CB879; }

 a { background-color: rgb(12,184,121); }

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

border-color css

<style>
 span { border-color: #0CB879; }

 span { border-color: rgb(12,184,121); }

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