Html Css Color HEX #01ACAA Persian Green

📋 copy color: '#01ACAA'

red 1 ◦ green 172 ◦ blue 170

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

Shades of Persian Green #01ACAA

Tints of Persian Green #01ACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.15%

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 0.29%
G = 50.15%
B = 49.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#01ACAA (or 0x01ACAA) is known color: Persian Green. HEX triplet: 01, AC and AA. RGB value is (1,172,170). Sum of RGB (Red+Green+Blue) = 1+172+170=343 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #01ACAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ACAA is #FE5355. Grayscale: #787878. Windows color (decimal): -16667478 or 11185153. OLE color: 11185153.

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

Color convert

RGB 1 172 170 -
CMYK 0.99 0 0.01 0.33
HSL 179.3º 0.99% 0.34% -
HSV(B) 179.3º 0.99% 0.67% -
XYZ 22.02 32.41 43.13 -
YUV 120.64 155.85 42.66 -
System Red Green Blue C M Y K H S L
Decimal 1 172 170 0.99 0 0.01 0.33 179.3 0.99 0.34
Hex 1 AC AA 63 0 1 21 B3 63 22
Octal 1 254 252 143 0 1 41 263 143 42
Binary 1 10101100 10101010 1100011 0 1 100001 10110011 1100011 100010

Color Harmonies of #01ACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACAA

Black with #01ACAA

Text Example


Text Example

White with #01ACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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