#01A89E

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

Shades of Persian Green #01A89E

Tints of Persian Green #01A89E

Color information

#01A89E (or 0x01A89E) is unknown color: approx Persian Green. HEX triplet: 01, A8 and 9E. RGB value is (1,168,158). Sum of RGB (Red+Green+Blue) = 1+168+158=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 168 (66.02% from 255 or 51.38% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 168 - color contains mainly: green. Hex color #01A89E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A89E is #FE5761. Grayscale: #747474. Windows color (decimal): -16668514 or 10397697. OLE color: 10397697.

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

Color convert

RGB1168158-
CMYK0.9900.060.34
HSL176.41º98.82%33.14%-
HSV(B)176.41º99.4%65.88%-
XYZ20.1930.4837.17-
YUV116.93151.1745.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.31%
GREEN value IS 168 (66.02% from 255) = 51.38%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=0.31%
G=51.38%
B=48.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal11681580.9900.060.34176.4198.8233.14
Hex1A89E630622b06321
Octal1250236143064226014341
Binary1101010001001111011000110110100010101100001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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