Html Css Color HEX #0DAD80 Mountain Meadow

📋 copy color: '#0DAD80'

red 13 ◦ green 173 ◦ blue 128

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

Shades of Mountain Meadow #0DAD80

Tints of Mountain Meadow #0DAD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 4.14%
G = 55.1%
B = 40.76%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#0DAD80 (or 0x0DAD80) is known color: Mountain Meadow. HEX triplet: 0D, AD and 80. RGB value is (13,173,128). Sum of RGB (Red+Green+Blue) = 13+173+128=314 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.14% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #0DAD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAD80 is #F2527F. Grayscale: #787878. Windows color (decimal): -15880832 or 8432909. OLE color: 8432909.

HSL color Cylindrical-coordinate representation of color #0DAD80: hue angle of 163.12º 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 #0DAD80 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 173 128 -
CMYK 0.92 0 0.26 0.32
HSL 163.13º 0.86% 0.36% -
HSV(B) 163.13º 0.92% 0.68% -
XYZ 19.01 31.53 25.51 -
YUV 120.03 132.49 51.66 -
System Red Green Blue C M Y K H S L
Decimal 13 173 128 0.92 0 0.26 0.32 163.13 0.86 0.36
Hex D AD 80 5C 0 1A 20 A3 56 24
Octal 15 255 200 134 0 32 40 243 126 44
Binary 1101 10101101 10000000 1011100 0 11010 100000 10100011 1010110 100100

Color Harmonies of #0DAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAD80

Black with #0DAD80

Text Example


Text Example

White with #0DAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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