Html Css Color HEX #0DAB84 Mountain Meadow

📋 copy color: '#0DAB84'

red 13 ◦ green 171 ◦ blue 132

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

Shades of Mountain Meadow #0DAB84

Tints of Mountain Meadow #0DAB84

RGB

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

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

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

R = 4.11%
G = 54.11%
B = 41.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#0DAB84 (or 0x0DAB84) is known color: Mountain Meadow. HEX triplet: 0D, AB and 84. RGB value is (13,171,132). Sum of RGB (Red+Green+Blue) = 13+171+132=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAB84 is #F2547B. Grayscale: #777777. Windows color (decimal): -15881340 or 8694541. OLE color: 8694541.

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

Color convert

RGB 13 171 132 -
CMYK 0.92 0 0.23 0.33
HSL 165.19º 0.86% 0.36% -
HSV(B) 165.19º 0.92% 0.67% -
XYZ 18.89 30.88 26.79 -
YUV 119.31 135.15 52.17 -
System Red Green Blue C M Y K H S L
Decimal 13 171 132 0.92 0 0.23 0.33 165.19 0.86 0.36
Hex D AB 84 5C 0 17 21 A5 56 24
Octal 15 253 204 134 0 27 41 245 126 44
Binary 1101 10101011 10000100 1011100 0 10111 100001 10100101 1010110 100100

Color Harmonies of #0DAB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB84

Black with #0DAB84

Text Example


Text Example

White with #0DAB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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