#01AE8D

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

Shades of Persian Green #01AE8D

Tints of Persian Green #01AE8D

Color information

#01AE8D (or 0x01AE8D) is unknown color: approx Persian Green. HEX triplet: 01, AE and 8D. RGB value is (1,174,141). Sum of RGB (Red+Green+Blue) = 1+174+141=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 174 (68.36% from 255 or 55.06% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 174 - color contains mainly: green. Hex color #01AE8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AE8D is #FE5172. Grayscale: #767676. Windows color (decimal): -16666995 or 9285121. OLE color: 9285121.

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

Color convert

RGB1174141-
CMYK0.9900.190.32
HSL168.55º98.86%34.31%-
HSV(B)168.55º99.43%68.24%-
XYZ19.9632.230.36-
YUV118.51140.6944.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.32%
GREEN value IS 174 (68.36% from 255) = 55.06%
BLUE value IS 141 (55.47% from 255) = 44.62%
R=0.32%
G=55.06%
B=44.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11741410.9900.190.32168.5598.8634.31
Hex1AE8D6301320a96322
Octal12562151430234025114342
Binary110101110100011011100011010011100000101010011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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