Html Css Color HEX #0DAD7F Mountain Meadow

📋 copy color: '#0DAD7F'

red 13 ◦ green 173 ◦ blue 127

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

Shades of Mountain Meadow #0DAD7F

Tints of Mountain Meadow #0DAD7F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.27%

 BLUE value IS 127 (50% from 255) = 40.58%

R = 4.15%
G = 55.27%
B = 40.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#0DAD7F (or 0x0DAD7F) is known color: Mountain Meadow. HEX triplet: 0D, AD and 7F. RGB value is (13,173,127). Sum of RGB (Red+Green+Blue) = 13+173+127=313 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.15% from 313); Green value is 173 (67.97% from 255 or 55.27% from 313); Blue value is 127 (50% from 255 or 40.58% from 313); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD7F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAD7F is #F25280. Grayscale: #777777. Windows color (decimal): -15880833 or 8367373. OLE color: 8367373.

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

Color convert

RGB 13 173 127 -
CMYK 0.92 0 0.27 0.32
HSL 162.75º 0.86% 0.36% -
HSV(B) 162.75º 0.92% 0.68% -
XYZ 18.94 31.51 25.16 -
YUV 119.92 131.99 51.74 -
System Red Green Blue C M Y K H S L
Decimal 13 173 127 0.92 0 0.27 0.32 162.75 0.86 0.36
Hex D AD 7F 5C 0 1B 20 A3 56 24
Octal 15 255 177 134 0 33 40 243 126 44
Binary 1101 10101101 1111111 1011100 0 11011 100000 10100011 1010110 100100

Color Harmonies of #0DAD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD7F

Black with #0DAD7F

Text Example


Text Example

White with #0DAD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,173,127); }

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

background-color css

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

 a { background-color: rgb(13,173,127); }

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

border-color css

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

 span { border-color: rgb(13,173,127); }

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