#0AAFA0

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

Shades of Persian Green #0AAFA0

Tints of Persian Green #0AAFA0

Color information

#0AAFA0 (or 0x0AAFA0) is unknown color: approx Persian Green. HEX triplet: 0A, AF and A0. RGB value is (10,175,160). Sum of RGB (Red+Green+Blue) = 10+175+160=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 175 (68.75% from 255 or 50.72% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAFA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAFA0 is #F5505F. Grayscale: #7B7B7B. Windows color (decimal): -16076896 or 10530570. OLE color: 10530570.

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

Color convert

RGB10175160-
CMYK0.9400.090.31
HSL174.55º89.19%36.27%-
HSV(B)174.55º94.29%68.63%-
XYZ21.833.2638.53-
YUV123.95148.3446.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.90%
GREEN value IS 175 (68.75% from 255) = 50.72%
BLUE value IS 160 (62.89% from 255) = 46.38%
R=2.90%
G=50.72%
B=46.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751600.9400.090.31174.5589.1936.27
HexAAFA05E091Faf5924
Octal122572401360113725713144
Binary1010101011111010000010111100100111111101011111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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