Html Css Color HEX #0DAB7B Mountain Meadow

📋 copy color: '#0DAB7B'

red 13 ◦ green 171 ◦ blue 123

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

Shades of Mountain Meadow #0DAB7B

Tints of Mountain Meadow #0DAB7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.07%

R = 4.23%
G = 55.7%
B = 40.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#0DAB7B (or 0x0DAB7B) is known color: Mountain Meadow. HEX triplet: 0D, AB and 7B. RGB value is (13,171,123). Sum of RGB (Red+Green+Blue) = 13+171+123=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #0DAB7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DAB7B is #F25484. Grayscale: #767676. Windows color (decimal): -15881349 or 8104717. OLE color: 8104717.

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

Color convert

RGB 13 171 123 -
CMYK 0.92 0 0.28 0.33
HSL 161.77º 0.86% 0.36% -
HSV(B) 161.77º 0.92% 0.67% -
XYZ 18.3 30.64 23.69 -
YUV 118.29 130.65 52.9 -
System Red Green Blue C M Y K H S L
Decimal 13 171 123 0.92 0 0.28 0.33 161.77 0.86 0.36
Hex D AB 7B 5C 0 1C 21 A2 56 24
Octal 15 253 173 134 0 34 41 242 126 44
Binary 1101 10101011 1111011 1011100 0 11100 100001 10100010 1010110 100100

Color Harmonies of #0DAB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAB7B

Black with #0DAB7B

Text Example


Text Example

White with #0DAB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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