Html Css Color HEX #01AC9B Persian Green

📋 copy color: '#01AC9B'

red 1 ◦ green 172 ◦ blue 155

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

Shades of Persian Green #01AC9B

Tints of Persian Green #01AC9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.26%

R = 0.3%
G = 52.44%
B = 47.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#01AC9B (or 0x01AC9B) is known color: Persian Green. HEX triplet: 01, AC and 9B. RGB value is (1,172,155). Sum of RGB (Red+Green+Blue) = 1+172+155=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #01AC9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AC9B is #FE5364. Grayscale: #767676. Windows color (decimal): -16667493 or 10202113. OLE color: 10202113.

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

Color convert

RGB 1 172 155 -
CMYK 0.99 0 0.10 0.33
HSL 174.04º 0.99% 0.34% -
HSV(B) 174.04º 0.99% 0.67% -
XYZ 20.68 31.88 36.07 -
YUV 118.93 148.35 43.88 -
System Red Green Blue C M Y K H S L
Decimal 1 172 155 0.99 0 0.10 0.33 174.04 0.99 0.34
Hex 1 AC 9B 63 0 A 21 AE 63 22
Octal 1 254 233 143 0 12 41 256 143 42
Binary 1 10101100 10011011 1100011 0 1010 100001 10101110 1100011 100010

Color Harmonies of #01AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AC9B

Black with #01AC9B

Text Example


Text Example

White with #01AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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