#01AEA2

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

Shades of Persian Green #01AEA2

Tints of Persian Green #01AEA2

Color information

#01AEA2 (or 0x01AEA2) is unknown color: approx Persian Green. HEX triplet: 01, AE and A2. RGB value is (1,174,162). Sum of RGB (Red+Green+Blue) = 1+174+162=337 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEA2 is #FE515D. Grayscale: #787878. Windows color (decimal): -16666974 or 10661377. OLE color: 10661377.

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

Color convert

RGB1174162-
CMYK0.9900.070.32
HSL175.84º98.86%34.31%-
HSV(B)175.84º99.43%68.24%-
XYZ21.6732.8939.39-
YUV120.9151.1942.48-

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.63%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=0.30%
G=51.63%
B=48.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11741620.9900.070.32175.8498.8634.31
Hex1AEA2630720b06322
Octal1256242143074026014342
Binary1101011101010001011000110111100000101100001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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