Html Css Color HEX #01AB98 Persian Green

📋 copy color: '#01AB98'

red 1 ◦ green 171 ◦ blue 152

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

Shades of Persian Green #01AB98

Tints of Persian Green #01AB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.91%

R = 0.31%
G = 52.78%
B = 46.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#01AB98 (or 0x01AB98) is known color: Persian Green. HEX triplet: 01, AB and 98. RGB value is (1,171,152). Sum of RGB (Red+Green+Blue) = 1+171+152=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB98 is #FE5467. Grayscale: #757575. Windows color (decimal): -16667752 or 10005249. OLE color: 10005249.

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

Color convert

RGB 1 171 152 -
CMYK 0.99 0 0.11 0.33
HSL 173.29º 0.99% 0.34% -
HSV(B) 173.29º 0.99% 0.67% -
XYZ 20.24 31.4 34.7 -
YUV 118 147.18 44.54 -
System Red Green Blue C M Y K H S L
Decimal 1 171 152 0.99 0 0.11 0.33 173.29 0.99 0.34
Hex 1 AB 98 63 0 B 21 AD 63 22
Octal 1 253 230 143 0 13 41 255 143 42
Binary 1 10101011 10011000 1100011 0 1011 100001 10101101 1100011 100010

Color Harmonies of #01AB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB98

Black with #01AB98

Text Example


Text Example

White with #01AB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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