Html Css Color HEX #0AAD80 Mountain Meadow

📋 copy color: '#0AAD80'

red 10 ◦ green 173 ◦ blue 128

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

Shades of Mountain Meadow #0AAD80

Tints of Mountain Meadow #0AAD80

RGB

 RED value IS 10 (4.3% from 255) = 3.22%

 GREEN value IS 173 (67.97% from 255) = 55.63%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 3.22%
G = 55.63%
B = 41.16%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#0AAD80 (or 0x0AAD80) is known color: Mountain Meadow. HEX triplet: 0A, AD and 80. RGB value is (10,173,128). Sum of RGB (Red+Green+Blue) = 10+173+128=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAD80 is #F5527F. Grayscale: #777777. Windows color (decimal): -16077440 or 8432906. OLE color: 8432906.

HSL color Cylindrical-coordinate representation of color #0AAD80: hue angle of 163.44º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD80 is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB 10 173 128 -
CMYK 0.94 0 0.26 0.32
HSL 163.44º 0.89% 0.36% -
HSV(B) 163.44º 0.94% 0.68% -
XYZ 18.97 31.51 25.5 -
YUV 119.13 133 50.16 -
System Red Green Blue C M Y K H S L
Decimal 10 173 128 0.94 0 0.26 0.32 163.44 0.89 0.36
Hex A AD 80 5E 0 1A 20 A3 59 24
Octal 12 255 200 136 0 32 40 243 131 44
Binary 1010 10101101 10000000 1011110 0 11010 100000 10100011 1011001 100100

Color Harmonies of #0AAD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAD80

Black with #0AAD80

Text Example


Text Example

White with #0AAD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,173,128); }

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

background-color css

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

 a { background-color: rgb(10,173,128); }

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

border-color css

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

 span { border-color: rgb(10,173,128); }

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