Html Css Color HEX #0DAB8A Mountain Meadow

📋 copy color: '#0DAB8A'

red 13 ◦ green 171 ◦ blue 138

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

Shades of Mountain Meadow #0DAB8A

Tints of Mountain Meadow #0DAB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 4.04%
G = 53.11%
B = 42.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#0DAB8A (or 0x0DAB8A) is known color: Mountain Meadow. HEX triplet: 0D, AB and 8A. RGB value is (13,171,138). Sum of RGB (Red+Green+Blue) = 13+171+138=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB8A is #F25475. Grayscale: #777777. Windows color (decimal): -15881334 or 9087757. OLE color: 9087757.

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

Color convert

RGB 13 171 138 -
CMYK 0.92 0 0.19 0.33
HSL 167.47º 0.86% 0.36% -
HSV(B) 167.47º 0.92% 0.67% -
XYZ 19.32 31.05 29.02 -
YUV 120 138.15 51.68 -
System Red Green Blue C M Y K H S L
Decimal 13 171 138 0.92 0 0.19 0.33 167.47 0.86 0.36
Hex D AB 8A 5C 0 13 21 A7 56 24
Octal 15 253 212 134 0 23 41 247 126 44
Binary 1101 10101011 10001010 1011100 0 10011 100001 10100111 1010110 100100

Color Harmonies of #0DAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB8A

Black with #0DAB8A

Text Example


Text Example

White with #0DAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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