Html Css Color HEX #01AEA0 Persian Green

📋 copy color: '#01AEA0'

red 1 ◦ green 174 ◦ blue 160

#01AEA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #01AEA0

Tints of Persian Green #01AEA0

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

 GREEN value IS 174 (68.36% from 255) = 51.94%

 BLUE value IS 160 (62.89% from 255) = 47.76%

R = 0.3%
G = 51.94%
B = 47.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.32

RGB Variations

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

Color information

#01AEA0 (or 0x01AEA0) is known color: Persian Green. HEX triplet: 01, AE and A0. RGB value is (1,174,160). Sum of RGB (Red+Green+Blue) = 1+174+160=335 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEA0 is #FE515F. Grayscale: #787878. Windows color (decimal): -16666976 or 10530305. OLE color: 10530305.

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

Color convert

RGB 1 174 160 -
CMYK 0.99 0 0.08 0.32
HSL 175.14º 0.99% 0.34% -
HSV(B) 175.14º 0.99% 0.68% -
XYZ 21.49 32.82 38.46 -
YUV 120.68 150.19 42.64 -
System Red Green Blue C M Y K H S L
Decimal 1 174 160 0.99 0 0.08 0.32 175.14 0.99 0.34
Hex 1 AE A0 63 0 8 20 AF 63 22
Octal 1 256 240 143 0 10 40 257 143 42
Binary 1 10101110 10100000 1100011 0 1000 100000 10101111 1100011 100010

Color Harmonies of #01AEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AEA0

Black with #01AEA0

Text Example


Text Example

White with #01AEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01AEA0;
 }
 .AnyTagClassName
 {
   color: #01AEA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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