Html Css Color HEX #01ACAB Persian Green

📋 copy color: '#01ACAB'

red 1 ◦ green 172 ◦ blue 171

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

Shades of Persian Green #01ACAB

Tints of Persian Green #01ACAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.71%

R = 0.29%
G = 50%
B = 49.71%

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

#01ACAB (or 0x01ACAB) is known color: Persian Green. HEX triplet: 01, AC and AB. RGB value is (1,172,171). Sum of RGB (Red+Green+Blue) = 1+172+171=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 171 (67.19% from 255 or 49.71% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #01ACAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ACAB is #FE5354. Grayscale: #787878. Windows color (decimal): -16667477 or 11250689. OLE color: 11250689.

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

Color convert

RGB 1 172 171 -
CMYK 0.99 0 0.01 0.33
HSL 179.65º 0.99% 0.34% -
HSV(B) 179.65º 0.99% 0.67% -
XYZ 22.12 32.45 43.63 -
YUV 120.76 156.35 42.58 -
System Red Green Blue C M Y K H S L
Decimal 1 172 171 0.99 0 0.01 0.33 179.65 0.99 0.34
Hex 1 AC AB 63 0 1 21 B4 63 22
Octal 1 254 253 143 0 1 41 264 143 42
Binary 1 10101100 10101011 1100011 0 1 100001 10110100 1100011 100010

Color Harmonies of #01ACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ACAB

Black with #01ACAB

Text Example


Text Example

White with #01ACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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