Html Css Color HEX #0CBD79 Mountain Meadow

📋 copy color: '#0CBD79'

red 12 ◦ green 189 ◦ blue 121

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

Shades of Mountain Meadow #0CBD79

Tints of Mountain Meadow #0CBD79

RGB

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

 GREEN value IS 189 (74.22% from 255) = 58.7%

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

R = 3.73%
G = 58.7%
B = 37.58%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#0CBD79 (or 0x0CBD79) is known color: Mountain Meadow. HEX triplet: 0C, BD and 79. RGB value is (12,189,121). Sum of RGB (Red+Green+Blue) = 12+189+121=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 189 (74.22% from 255 or 58.70% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 189 - color contains mainly: green. Hex color #0CBD79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBD79 is #F34286. Grayscale: #808080. Windows color (decimal): -15942279 or 7978252. OLE color: 7978252.

HSL color Cylindrical-coordinate representation of color #0CBD79: hue angle of 156.95º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBD79 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 189 121 -
CMYK 0.94 0 0.36 0.26
HSL 156.95º 0.88% 0.39% -
HSV(B) 156.95º 0.94% 0.74% -
XYZ 21.8 37.85 24.25 -
YUV 128.33 123.86 45.03 -
System Red Green Blue C M Y K H S L
Decimal 12 189 121 0.94 0 0.36 0.26 156.95 0.88 0.39
Hex C BD 79 5E 0 24 1A 9D 58 27
Octal 14 275 171 136 0 44 32 235 130 47
Binary 1100 10111101 1111001 1011110 0 100100 11010 10011101 1011000 100111

Color Harmonies of #0CBD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBD79

Black with #0CBD79

Text Example


Text Example

White with #0CBD79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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