#0AAB9F

Color #0AAB9F Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #0AAB9F

Tints of Persian Green #0AAB9F

Color information

#0AAB9F (or 0x0AAB9F) is unknown color: approx Persian Green. HEX triplet: 0A, AB and 9F. RGB value is (10,171,159). Sum of RGB (Red+Green+Blue) = 10+171+159=340 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.94% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 159 (62.5% from 255 or 46.76% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAB9F is #F55460. Grayscale: #797979. Windows color (decimal): -16077921 or 10464010. OLE color: 10464010.

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

Color convert

RGB10171159-
CMYK0.9400.070.33
HSL175.53º88.95%35.49%-
HSV(B)175.53º94.15%67.06%-
XYZ20.9531.6937.81-
YUV121.49149.1648.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.94%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 159 (62.5% from 255) = 46.76%
R=2.94%
G=50.29%
B=46.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101711590.9400.070.33175.5388.9535.49
HexAAB9F5E0721b05923
Octal12253237136074126013143
Binary1010101010111001111110111100111100001101100001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,171,159); }

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

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

 a { background-color: rgb(10,171,159); }

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

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

 span { border-color: rgb(10,171,159); }

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