Html Css Color HEX #0DAB89 Mountain Meadow

📋 copy color: '#0DAB89'

red 13 ◦ green 171 ◦ blue 137

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

Shades of Mountain Meadow #0DAB89

Tints of Mountain Meadow #0DAB89

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.27%

 BLUE value IS 137 (53.91% from 255) = 42.68%

R = 4.05%
G = 53.27%
B = 42.68%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#0DAB89 (or 0x0DAB89) is known color: Mountain Meadow. HEX triplet: 0D, AB and 89. RGB value is (13,171,137). Sum of RGB (Red+Green+Blue) = 13+171+137=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 137 (53.91% from 255 or 42.68% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB89 is #F25476. Grayscale: #777777. Windows color (decimal): -15881335 or 9022221. OLE color: 9022221.

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

Color convert

RGB 13 171 137 -
CMYK 0.92 0 0.20 0.33
HSL 167.09º 0.86% 0.36% -
HSV(B) 167.09º 0.92% 0.67% -
XYZ 19.24 31.02 28.64 -
YUV 119.88 137.65 51.76 -
System Red Green Blue C M Y K H S L
Decimal 13 171 137 0.92 0 0.20 0.33 167.09 0.86 0.36
Hex D AB 89 5C 0 14 21 A7 56 24
Octal 15 253 211 134 0 24 41 247 126 44
Binary 1101 10101011 10001001 1011100 0 10100 100001 10100111 1010110 100100

Color Harmonies of #0DAB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB89

Black with #0DAB89

Text Example


Text Example

White with #0DAB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,171,137); }

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

background-color css

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

 a { background-color: rgb(13,171,137); }

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

border-color css

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

 span { border-color: rgb(13,171,137); }

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