Html Css Color HEX #01ABAC Persian Green

📋 copy color: '#01ABAC'

red 1 ◦ green 171 ◦ blue 172

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

Shades of Persian Green #01ABAC

Tints of Persian Green #01ABAC

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

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

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

Color convert

RGB 1 171 172 -
CMYK 0.99 0.01 0 0.33
HSL 180.35º 0.99% 0.34% -
HSV(B) 180.35º 0.99% 0.67% -
XYZ 22.02 32.11 44.07 -
YUV 120.28 157.18 42.92 -
System Red Green Blue C M Y K H S L
Decimal 1 171 172 0.99 0.01 0 0.33 180.35 0.99 0.34
Hex 1 AB AC 63 1 0 21 B4 63 22
Octal 1 253 254 143 1 0 41 264 143 42
Binary 1 10101011 10101100 1100011 1 0 100001 10110100 1100011 100010

Color Harmonies of #01ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABAC

Black with #01ABAC

Text Example


Text Example

White with #01ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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