Html Css Color HEX #0DAE83 Mountain Meadow

📋 copy color: '#0DAE83'

red 13 ◦ green 174 ◦ blue 131

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

Shades of Mountain Meadow #0DAE83

Tints of Mountain Meadow #0DAE83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.19%

R = 4.09%
G = 54.72%
B = 41.19%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#0DAE83 (or 0x0DAE83) is known color: Mountain Meadow. HEX triplet: 0D, AE and 83. RGB value is (13,174,131). Sum of RGB (Red+Green+Blue) = 13+174+131=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 174 (68.36% from 255 or 54.72% from 318); Blue value is 131 (51.56% from 255 or 41.19% from 318); Max value from RGB is 174 - color contains mainly: green. Hex color #0DAE83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0DAE83 is #F2517C. Grayscale: #787878. Windows color (decimal): -15880573 or 8629773. OLE color: 8629773.

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

Color convert

RGB 13 174 131 -
CMYK 0.93 0 0.25 0.32
HSL 163.98º 0.86% 0.37% -
HSV(B) 163.98º 0.93% 0.68% -
XYZ 19.4 32 26.63 -
YUV 120.96 133.66 51 -
System Red Green Blue C M Y K H S L
Decimal 13 174 131 0.93 0 0.25 0.32 163.98 0.86 0.37
Hex D AE 83 5D 0 19 20 A4 56 25
Octal 15 256 203 135 0 31 40 244 126 45
Binary 1101 10101110 10000011 1011101 0 11001 100000 10100100 1010110 100101

Color Harmonies of #0DAE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DAE83

Black with #0DAE83

Text Example


Text Example

White with #0DAE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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