#01A6A0

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

Shades of Persian Green #01A6A0

Tints of Persian Green #01A6A0

Color information

#01A6A0 (or 0x01A6A0) is unknown color: approx Persian Green. HEX triplet: 01, A6 and A0. RGB value is (1,166,160). Sum of RGB (Red+Green+Blue) = 1+166+160=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 160 (62.89% from 255 or 48.93% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #01A6A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A6A0 is #FE595F. Grayscale: #737373. Windows color (decimal): -16669024 or 10528257. OLE color: 10528257.

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

Color convert

RGB1166160-
CMYK0.9900.040.35
HSL177.82º98.8%32.75%-
HSV(B)177.82º99.4%65.1%-
XYZ19.9929.8237.96-
YUV115.98152.8445.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 160 (62.89% from 255) = 48.93%
R=0.31%
G=50.76%
B=48.93%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11661600.9900.040.35177.8298.832.75
Hex1A6A0630423b26321
Octal1246240143044326214341
Binary1101001101010000011000110100100011101100101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,166,160); }

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

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

 a { background-color: rgb(1,166,160); }

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

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

 span { border-color: rgb(1,166,160); }

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