#0AAF83

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

Shades of Mountain Meadow #0AAF83

Tints of Mountain Meadow #0AAF83

Color information

#0AAF83 (or 0x0AAF83) is unknown color: approx Mountain Meadow. HEX triplet: 0A, AF and 83. RGB value is (10,175,131). Sum of RGB (Red+Green+Blue) = 10+175+131=316 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.16% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAF83 is #F5507C. Grayscale: #787878. Windows color (decimal): -16076925 or 8630026. OLE color: 8630026.

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

Color convert

RGB10175131-
CMYK0.9400.250.31
HSL164º89.19%36.27%-
HSV(B)164º94.29%68.63%-
XYZ19.5532.3626.69-
YUV120.65133.8449.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.16%
GREEN value IS 175 (68.75% from 255) = 55.38%
BLUE value IS 131 (51.56% from 255) = 41.46%
R=3.16%
G=55.38%
B=41.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751310.9400.250.3116489.1936.27
HexAAF835E0191Fa45924
Octal122572031360313724413144
Binary10101010111110000011101111001100111111101001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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