#01A19E

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

Shades of Persian Green #01A19E

Tints of Persian Green #01A19E

Color information

#01A19E (or 0x01A19E) is unknown color: approx Persian Green. HEX triplet: 01, A1 and 9E. RGB value is (1,161,158). Sum of RGB (Red+Green+Blue) = 1+161+158=320 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #01A19E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A19E is #FE5E61. Grayscale: #707070. Windows color (decimal): -16670306 or 10395905. OLE color: 10395905.

HSL color Cylindrical-coordinate representation of color #01A19E: hue angle of 178.88º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A19E is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB1161158-
CMYK0.9900.020.37
HSL178.88º98.77%31.76%-
HSV(B)178.88º99.38%63.14%-
XYZ18.9327.9636.75-
YUV112.82153.4948.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 161 (63.28% from 255) = 50.31%
BLUE value IS 158 (62.11% from 255) = 49.38%
R=0.31%
G=50.31%
B=49.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11611580.9900.020.37178.8898.7731.76
Hex1A19E630225b36320
Octal1241236143024526314340
Binary110100001100111101100011010100101101100111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,161,158); }

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

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

 a { background-color: rgb(1,161,158); }

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

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

 span { border-color: rgb(1,161,158); }

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