Html Css Color HEX #01AEA5 Persian Green

📋 copy color: '#01AEA5'

red 1 ◦ green 174 ◦ blue 165

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

Shades of Persian Green #01AEA5

Tints of Persian Green #01AEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 48.53%

R = 0.29%
G = 51.18%
B = 48.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#01AEA5 (or 0x01AEA5) is known color: Persian Green. HEX triplet: 01, AE and A5. RGB value is (1,174,165). Sum of RGB (Red+Green+Blue) = 1+174+165=340 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 340); Green value is 174 (68.36% from 255 or 51.18% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 174 - color contains mainly: green. Hex color #01AEA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AEA5 is #FE515A. Grayscale: #797979. Windows color (decimal): -16666971 or 10857985. OLE color: 10857985.

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

Color convert

RGB 1 174 165 -
CMYK 0.99 0 0.05 0.32
HSL 176.88º 0.99% 0.34% -
HSV(B) 176.88º 0.99% 0.68% -
XYZ 21.94 33 40.81 -
YUV 121.25 152.69 42.23 -
System Red Green Blue C M Y K H S L
Decimal 1 174 165 0.99 0 0.05 0.32 176.88 0.99 0.34
Hex 1 AE A5 63 0 5 20 B1 63 22
Octal 1 256 245 143 0 5 40 261 143 42
Binary 1 10101110 10100101 1100011 0 101 100000 10110001 1100011 100010

Color Harmonies of #01AEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AEA5

Black with #01AEA5

Text Example


Text Example

White with #01AEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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