Html Css Color HEX #0AAA80 Mountain Meadow

📋 copy color: '#0AAA80'

red 10 ◦ green 170 ◦ blue 128

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

Shades of Mountain Meadow #0AAA80

Tints of Mountain Meadow #0AAA80

RGB

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

 GREEN value IS 170 (66.8% from 255) = 55.19%

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

R = 3.25%
G = 55.19%
B = 41.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#0AAA80 (or 0x0AAA80) is known color: Mountain Meadow. HEX triplet: 0A, AA and 80. RGB value is (10,170,128). Sum of RGB (Red+Green+Blue) = 10+170+128=308 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.25% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #0AAA80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAA80 is #F5557F. Grayscale: #757575. Windows color (decimal): -16078208 or 8432138. OLE color: 8432138.

HSL color Cylindrical-coordinate representation of color #0AAA80: hue angle of 164.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAA80 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 10 170 128 -
CMYK 0.94 0 0.25 0.33
HSL 164.25º 0.89% 0.35% -
HSV(B) 164.25º 0.94% 0.67% -
XYZ 18.4 30.37 25.31 -
YUV 117.37 133.99 51.42 -
System Red Green Blue C M Y K H S L
Decimal 10 170 128 0.94 0 0.25 0.33 164.25 0.89 0.35
Hex A AA 80 5E 0 19 21 A4 59 23
Octal 12 252 200 136 0 31 41 244 131 43
Binary 1010 10101010 10000000 1011110 0 11001 100001 10100100 1011001 100011

Color Harmonies of #0AAA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAA80

Black with #0AAA80

Text Example


Text Example

White with #0AAA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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