Html Css Color HEX #0DAF84 Mountain Meadow

📋 copy color: '#0DAF84'

red 13 ◦ green 175 ◦ blue 132

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

Shades of Mountain Meadow #0DAF84

Tints of Mountain Meadow #0DAF84

RGB

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

 GREEN value IS 175 (68.75% from 255) = 54.69%

 BLUE value IS 132 (51.95% from 255) = 41.25%

R = 4.06%
G = 54.69%
B = 41.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#0DAF84 (or 0x0DAF84) is known color: Mountain Meadow. HEX triplet: 0D, AF and 84. RGB value is (13,175,132). Sum of RGB (Red+Green+Blue) = 13+175+132=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 175 (68.75% from 255 or 54.69% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 175 - color contains mainly: green. Hex color #0DAF84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAF84 is #F2507B. Grayscale: #797979. Windows color (decimal): -15880316 or 8695565. OLE color: 8695565.

HSL color Cylindrical-coordinate representation of color #0DAF84: hue angle of 164.07º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAF84 is Cyan = 0.93, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 13 175 132 -
CMYK 0.93 0 0.25 0.31
HSL 164.07º 0.86% 0.37% -
HSV(B) 164.07º 0.93% 0.69% -
XYZ 19.66 32.41 27.05 -
YUV 121.66 133.83 50.5 -
System Red Green Blue C M Y K H S L
Decimal 13 175 132 0.93 0 0.25 0.31 164.07 0.86 0.37
Hex D AF 84 5D 0 19 1F A4 56 25
Octal 15 257 204 135 0 31 37 244 126 45
Binary 1101 10101111 10000100 1011101 0 11001 11111 10100100 1010110 100101

Color Harmonies of #0DAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAF84

Black with #0DAF84

Text Example


Text Example

White with #0DAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,175,132); }

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

background-color css

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

 a { background-color: rgb(13,175,132); }

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

border-color css

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

 span { border-color: rgb(13,175,132); }

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