Html Css Color HEX #0DAC79 Mountain Meadow

📋 copy color: '#0DAC79'

red 13 ◦ green 172 ◦ blue 121

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

Shades of Mountain Meadow #0DAC79

Tints of Mountain Meadow #0DAC79

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.21%

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

R = 4.25%
G = 56.21%
B = 39.54%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#0DAC79 (or 0x0DAC79) is known color: Mountain Meadow. HEX triplet: 0D, AC and 79. RGB value is (13,172,121). Sum of RGB (Red+Green+Blue) = 13+172+121=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #0DAC79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAC79 is #F25386. Grayscale: #767676. Windows color (decimal): -15881095 or 7973901. OLE color: 7973901.

HSL color Cylindrical-coordinate representation of color #0DAC79: hue angle of 160.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DAC79 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 13 172 121 -
CMYK 0.92 0 0.30 0.33
HSL 160.75º 0.86% 0.36% -
HSV(B) 160.75º 0.92% 0.67% -
XYZ 18.37 30.97 23.1 -
YUV 118.65 129.32 52.65 -
System Red Green Blue C M Y K H S L
Decimal 13 172 121 0.92 0 0.30 0.33 160.75 0.86 0.36
Hex D AC 79 5C 0 1E 21 A1 56 24
Octal 15 254 171 134 0 36 41 241 126 44
Binary 1101 10101100 1111001 1011100 0 11110 100001 10100001 1010110 100100

Color Harmonies of #0DAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAC79

Black with #0DAC79

Text Example


Text Example

White with #0DAC79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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