Html Css Color HEX #0DC979 Mountain Meadow

📋 copy color: '#0DC979'

red 13 ◦ green 201 ◦ blue 121

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

Shades of Mountain Meadow #0DC979

Tints of Mountain Meadow #0DC979

RGB

 RED value IS 13 (5.47% from 255) = 3.88%

 GREEN value IS 201 (78.91% from 255) = 60%

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

R = 3.88%
G = 60%
B = 36.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#0DC979 (or 0x0DC979) is known color: Mountain Meadow. HEX triplet: 0D, C9 and 79. RGB value is (13,201,121). Sum of RGB (Red+Green+Blue) = 13+201+121=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 201 (78.91% from 255 or 60% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 201 - color contains mainly: green. Hex color #0DC979 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DC979 is #F23686. Grayscale: #878787. Windows color (decimal): -15873671 or 7981325. OLE color: 7981325.

HSL color Cylindrical-coordinate representation of color #0DC979: hue angle of 154.47º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DC979 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 201 121 -
CMYK 0.94 0 0.40 0.21
HSL 154.47º 0.88% 0.42% -
HSV(B) 154.47º 0.94% 0.79% -
XYZ 24.5 43.24 25.14 -
YUV 135.67 119.72 40.5 -
System Red Green Blue C M Y K H S L
Decimal 13 201 121 0.94 0 0.40 0.21 154.47 0.88 0.42
Hex D C9 79 5E 0 28 15 9A 58 2A
Octal 15 311 171 136 0 50 25 232 130 52
Binary 1101 11001001 1111001 1011110 0 101000 10101 10011010 1011000 101010

Color Harmonies of #0DC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC979

Black with #0DC979

Text Example


Text Example

White with #0DC979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,201,121); }

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

background-color css

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

 a { background-color: rgb(13,201,121); }

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

border-color css

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

 span { border-color: rgb(13,201,121); }

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