Html Css Color HEX #01AB96 Persian Green

📋 copy color: '#01AB96'

red 1 ◦ green 171 ◦ blue 150

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

Shades of Persian Green #01AB96

Tints of Persian Green #01AB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 0.31%
G = 53.11%
B = 46.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#01AB96 (or 0x01AB96) is known color: Persian Green. HEX triplet: 01, AB and 96. RGB value is (1,171,150). Sum of RGB (Red+Green+Blue) = 1+171+150=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB96 is #FE5469. Grayscale: #757575. Windows color (decimal): -16667754 or 9874177. OLE color: 9874177.

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

Color convert

RGB 1 171 150 -
CMYK 0.99 0 0.12 0.33
HSL 172.59º 0.99% 0.34% -
HSV(B) 172.59º 0.99% 0.67% -
XYZ 20.08 31.33 33.84 -
YUV 117.78 146.18 44.71 -
System Red Green Blue C M Y K H S L
Decimal 1 171 150 0.99 0 0.12 0.33 172.59 0.99 0.34
Hex 1 AB 96 63 0 C 21 AD 63 22
Octal 1 253 226 143 0 14 41 255 143 42
Binary 1 10101011 10010110 1100011 0 1100 100001 10101101 1100011 100010

Color Harmonies of #01AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB96

Black with #01AB96

Text Example


Text Example

White with #01AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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