#01AF9A

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

Shades of Persian Green #01AF9A

Tints of Persian Green #01AF9A

Color information

#01AF9A (or 0x01AF9A) is unknown color: approx Persian Green. HEX triplet: 01, AF and 9A. RGB value is (1,175,154). Sum of RGB (Red+Green+Blue) = 1+175+154=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 175 (68.75% from 255 or 53.03% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF9A is #FE5065. Grayscale: #787878. Windows color (decimal): -16666726 or 10137345. OLE color: 10137345.

HSL color Cylindrical-coordinate representation of color #01AF9A: hue angle of 172.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF9A is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB1175154-
CMYK0.9900.120.31
HSL172.76º98.86%34.51%-
HSV(B)172.76º99.43%68.63%-
XYZ21.183335.83-
YUV120.58146.8542.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 175 (68.75% from 255) = 53.03%
BLUE value IS 154 (60.55% from 255) = 46.67%
R=0.30%
G=53.03%
B=46.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal11751540.9900.120.31172.7698.8634.51
Hex1AF9A630C1Fad6323
Octal12572321430143725514343
Binary1101011111001101011000110110011111101011011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01AF9A; }

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

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

<style>
 a { background-color: #01AF9A; }

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

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

<style>
 span { border-color: #01AF9A; }

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

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