Html Css Color HEX #0DAE85 Mountain Meadow

📋 copy color: '#0DAE85'

red 13 ◦ green 174 ◦ blue 133

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

Shades of Mountain Meadow #0DAE85

Tints of Mountain Meadow #0DAE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 4.06%
G = 54.38%
B = 41.56%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#0DAE85 (or 0x0DAE85) is known color: Mountain Meadow. HEX triplet: 0D, AE and 85. RGB value is (13,174,133). Sum of RGB (Red+Green+Blue) = 13+174+133=320 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.06% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE85 is #F2517A. Grayscale: #797979. Windows color (decimal): -15880571 or 8760845. OLE color: 8760845.

HSL color Cylindrical-coordinate representation of color #0DAE85: hue angle of 164.72º 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 #0DAE85 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 174 133 -
CMYK 0.93 0 0.24 0.32
HSL 164.72º 0.86% 0.37% -
HSV(B) 164.72º 0.93% 0.68% -
XYZ 19.54 32.05 27.35 -
YUV 121.19 134.66 50.83 -
System Red Green Blue C M Y K H S L
Decimal 13 174 133 0.93 0 0.24 0.32 164.72 0.86 0.37
Hex D AE 85 5D 0 18 20 A5 56 25
Octal 15 256 205 135 0 30 40 245 126 45
Binary 1101 10101110 10000101 1011101 0 11000 100000 10100101 1010110 100101

Color Harmonies of #0DAE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE85

Black with #0DAE85

Text Example


Text Example

White with #0DAE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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