#01A0A5

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

Shades of Persian Green #01A0A5

Tints of Persian Green #01A0A5

Color information

#01A0A5 (or 0x01A0A5) is unknown color: approx Persian Green. HEX triplet: 01, A0 and A5. RGB value is (1,160,165). Sum of RGB (Red+Green+Blue) = 1+160+165=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 165 (64.84% from 255 or 50.61% from 326); Max value from RGB is 165 - color contains mainly: blue. Hex color #01A0A5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A0A5 is #FE5F5A. Grayscale: #707070. Windows color (decimal): -16670555 or 10854401. OLE color: 10854401.

HSL color Cylindrical-coordinate representation of color #01A0A5: hue angle of 181.83º 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 #01A0A5 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1160165-
CMYK0.990.0300.35
HSL181.83º98.8%32.55%-
HSV(B)181.83º99.39%64.71%-
XYZ19.3727.8639.95-
YUV113.03157.3248.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 165 (64.84% from 255) = 50.61%
R=0.31%
G=49.08%
B=50.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11601650.990.0300.35181.8398.832.55
Hex1A0A5633023b66321
Octal1240245143304326614341
Binary110100000101001011100011110100011101101101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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