Html Css Color HEX #0CB579 Mountain Meadow

📋 copy color: '#0CB579'

red 12 ◦ green 181 ◦ blue 121

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

Shades of Mountain Meadow #0CB579

Tints of Mountain Meadow #0CB579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.64%

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

R = 3.82%
G = 57.64%
B = 38.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#0CB579 (or 0x0CB579) is known color: Mountain Meadow. HEX triplet: 0C, B5 and 79. RGB value is (12,181,121). Sum of RGB (Red+Green+Blue) = 12+181+121=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #0CB579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB579 is #F34A86. Grayscale: #7B7B7B. Windows color (decimal): -15944327 or 7976204. OLE color: 7976204.

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

Color convert

RGB 12 181 121 -
CMYK 0.93 0 0.33 0.29
HSL 158.7º 0.88% 0.38% -
HSV(B) 158.7º 0.93% 0.71% -
XYZ 20.13 34.51 23.69 -
YUV 123.63 126.51 48.38 -
System Red Green Blue C M Y K H S L
Decimal 12 181 121 0.93 0 0.33 0.29 158.7 0.88 0.38
Hex C B5 79 5D 0 21 1D 9F 58 26
Octal 14 265 171 135 0 41 35 237 130 46
Binary 1100 10110101 1111001 1011101 0 100001 11101 10011111 1011000 100110

Color Harmonies of #0CB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB579

Black with #0CB579

Text Example


Text Example

White with #0CB579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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