Html Css Color HEX #0DAE8C Mountain Meadow

📋 copy color: '#0DAE8C'

red 13 ◦ green 174 ◦ blue 140

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

Shades of Mountain Meadow #0DAE8C

Tints of Mountain Meadow #0DAE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 53.21%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 3.98%
G = 53.21%
B = 42.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#0DAE8C (or 0x0DAE8C) is known color: Mountain Meadow. HEX triplet: 0D, AE and 8C. RGB value is (13,174,140). Sum of RGB (Red+Green+Blue) = 13+174+140=327 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.98% from 327); Green value is 174 (68.36% from 255 or 53.21% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE8C is #F25173. Grayscale: #797979. Windows color (decimal): -15880564 or 9219597. OLE color: 9219597.

HSL color Cylindrical-coordinate representation of color #0DAE8C: hue angle of 167.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DAE8C is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 140 -
CMYK 0.93 0 0.20 0.32
HSL 167.33º 0.86% 0.37% -
HSV(B) 167.33º 0.93% 0.68% -
XYZ 20.04 32.25 29.98 -
YUV 121.99 138.16 50.26 -
System Red Green Blue C M Y K H S L
Decimal 13 174 140 0.93 0 0.20 0.32 167.33 0.86 0.37
Hex D AE 8C 5D 0 14 20 A7 56 25
Octal 15 256 214 135 0 24 40 247 126 45
Binary 1101 10101110 10001100 1011101 0 10100 100000 10100111 1010110 100101

Color Harmonies of #0DAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE8C

Black with #0DAE8C

Text Example


Text Example

White with #0DAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,174,140); }

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

background-color css

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

 a { background-color: rgb(13,174,140); }

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

border-color css

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

 span { border-color: rgb(13,174,140); }

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