#01AEA3

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

Shades of Persian Green #01AEA3

Tints of Persian Green #01AEA3

Color information

#01AEA3 (or 0x01AEA3) is unknown color: approx Persian Green. HEX triplet: 01, AE and A3. RGB value is (1,174,163). Sum of RGB (Red+Green+Blue) = 1+174+163=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 174 (68.36% from 255 or 51.48% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEA3 is #FE515C. Grayscale: #787878. Windows color (decimal): -16666973 or 10726913. OLE color: 10726913.

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

Color convert

RGB1174163-
CMYK0.9900.060.32
HSL176.18º98.86%34.31%-
HSV(B)176.18º99.43%68.24%-
XYZ21.7632.9239.86-
YUV121.02151.6942.39-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.30%
GREEN value IS 174 (68.36% from 255) = 51.48%
BLUE value IS 163 (64.06% from 255) = 48.22%
R=0.30%
G=51.48%
B=48.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11741630.9900.060.32176.1898.8634.31
Hex1AEA3630620b06322
Octal1256243143064026014342
Binary1101011101010001111000110110100000101100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,174,163); }

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

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

 a { background-color: rgb(1,174,163); }

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

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

 span { border-color: rgb(1,174,163); }

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