#01A59A

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

Shades of Persian Green #01A59A

Tints of Persian Green #01A59A

Color information

#01A59A (or 0x01A59A) is unknown color: approx Persian Green. HEX triplet: 01, A5 and 9A. RGB value is (1,165,154). Sum of RGB (Red+Green+Blue) = 1+165+154=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #01A59A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A59A is #FE5A65. Grayscale: #727272. Windows color (decimal): -16669286 or 10134785. OLE color: 10134785.

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

Color convert

RGB1165154-
CMYK0.9900.070.35
HSL175.98º98.8%32.55%-
HSV(B)175.98º99.39%64.71%-
XYZ19.329.2535.2-
YUV114.71150.1746.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 165 (64.84% from 255) = 51.56%
BLUE value IS 154 (60.55% from 255) = 48.12%
R=0.31%
G=51.56%
B=48.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11651540.9900.070.35175.9898.832.55
Hex1A59A630723b06321
Octal1245232143074326014341
Binary1101001011001101011000110111100011101100001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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