Html Css Color HEX #01AA9C Persian Green

📋 copy color: '#01AA9C'

red 1 ◦ green 170 ◦ blue 156

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

Shades of Persian Green #01AA9C

Tints of Persian Green #01AA9C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.99%

 BLUE value IS 156 (61.33% from 255) = 47.71%

R = 0.31%
G = 51.99%
B = 47.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#01AA9C (or 0x01AA9C) is known color: Persian Green. HEX triplet: 01, AA and 9C. RGB value is (1,170,156). Sum of RGB (Red+Green+Blue) = 1+170+156=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #01AA9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AA9C is #FE5563. Grayscale: #757575. Windows color (decimal): -16668004 or 10267137. OLE color: 10267137.

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

Color convert

RGB 1 170 156 -
CMYK 0.99 0 0.08 0.33
HSL 175.03º 0.99% 0.34% -
HSV(B) 175.03º 0.99% 0.67% -
XYZ 20.39 31.16 36.39 -
YUV 117.87 149.51 44.64 -
System Red Green Blue C M Y K H S L
Decimal 1 170 156 0.99 0 0.08 0.33 175.03 0.99 0.34
Hex 1 AA 9C 63 0 8 21 AF 63 22
Octal 1 252 234 143 0 10 41 257 143 42
Binary 1 10101010 10011100 1100011 0 1000 100001 10101111 1100011 100010

Color Harmonies of #01AA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AA9C

Black with #01AA9C

Text Example


Text Example

White with #01AA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,170,156); }

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

background-color css

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

 a { background-color: rgb(1,170,156); }

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

border-color css

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

 span { border-color: rgb(1,170,156); }

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