#0AAF9A

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

Shades of Persian Green #0AAF9A

Tints of Persian Green #0AAF9A

Color information

#0AAF9A (or 0x0AAF9A) is unknown color: approx Persian Green. HEX triplet: 0A, AF and 9A. RGB value is (10,175,154). Sum of RGB (Red+Green+Blue) = 10+175+154=339 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.95% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAF9A is #F55065. Grayscale: #7B7B7B. Windows color (decimal): -16076902 or 10137354. OLE color: 10137354.

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

Color convert

RGB10175154-
CMYK0.9400.120.31
HSL172.36º89.19%36.27%-
HSV(B)172.36º94.29%68.63%-
XYZ21.2933.0635.83-
YUV123.27145.3447.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.95%
GREEN value IS 175 (68.75% from 255) = 51.62%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=2.95%
G=51.62%
B=45.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101751540.9400.120.31172.3689.1936.27
HexAAF9A5E0C1Fac5924
Octal122572321360143725413144
Binary1010101011111001101010111100110011111101011001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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