Html Css Color HEX #01ACAC Persian Green

📋 copy color: '#01ACAC'

red 1 ◦ green 172 ◦ blue 172

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

Shades of Persian Green #01ACAC

Tints of Persian Green #01ACAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.86%

R = 0.29%
G = 49.86%
B = 49.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#01ACAC (or 0x01ACAC) is known color: Persian Green. HEX triplet: 01, AC and AC. RGB value is (1,172,172). Sum of RGB (Red+Green+Blue) = 1+172+172=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 172 (67.58% from 255 or 49.86% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #01ACAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ACAC is #FE5353. Grayscale: #787878. Windows color (decimal): -16667476 or 11316225. OLE color: 11316225.

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

Color convert

RGB 1 172 172 -
CMYK 0.99 0 0 0.33
HSL 180º 0.99% 0.34% -
HSV(B) 180º 0.99% 0.67% -
XYZ 22.21 32.49 44.13 -
YUV 120.87 156.85 42.5 -
System Red Green Blue C M Y K H S L
Decimal 1 172 172 0.99 0 0 0.33 180 0.99 0.34
Hex 1 AC AC 63 0 0 21 B4 63 22
Octal 1 254 254 143 0 0 41 264 143 42
Binary 1 10101100 10101100 1100011 0 0 100001 10110100 1100011 100010

Color Harmonies of #01ACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACAC

Black with #01ACAC

Text Example


Text Example

White with #01ACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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