#0AAF82

Color #0AAF82 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0AAF82

Tints of Mountain Meadow #0AAF82

Color information

#0AAF82 (or 0x0AAF82) is unknown color: approx Mountain Meadow. HEX triplet: 0A, AF and 82. RGB value is (10,175,130). Sum of RGB (Red+Green+Blue) = 10+175+130=315 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.17% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAF82 is #F5507D. Grayscale: #787878. Windows color (decimal): -16076926 or 8564490. OLE color: 8564490.

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

Color convert

RGB10175130-
CMYK0.9400.260.31
HSL163.64º89.19%36.27%-
HSV(B)163.64º94.29%68.63%-
XYZ19.4832.3426.33-
YUV120.54133.3449.16-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.17%
GREEN value IS 175 (68.75% from 255) = 55.56%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=3.17%
G=55.56%
B=41.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751300.9400.260.31163.6489.1936.27
HexAAF825E01A1Fa45924
Octal122572021360323724413144
Binary10101010111110000010101111001101011111101001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,175,130); }

 H1.HeaderClassName
 {
   color: #0AAF82;
 }
 .AnyTagClassName
 {
   color: #0AAF82;
 }
</style>
background-color css

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

 a { background-color: rgb(10,175,130); }

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

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

 span { border-color: rgb(10,175,130); }

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