Html Css Color HEX #01ABA7 Persian Green

📋 copy color: '#01ABA7'

red 1 ◦ green 171 ◦ blue 167

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

Shades of Persian Green #01ABA7

Tints of Persian Green #01ABA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 49.26%

R = 0.29%
G = 50.44%
B = 49.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#01ABA7 (or 0x01ABA7) is known color: Persian Green. HEX triplet: 01, AB and A7. RGB value is (1,171,167). Sum of RGB (Red+Green+Blue) = 1+171+167=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 167 (65.62% from 255 or 49.26% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #01ABA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ABA7 is #FE5458. Grayscale: #777777. Windows color (decimal): -16667737 or 10988289. OLE color: 10988289.

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

Color convert

RGB 1 171 167 -
CMYK 0.99 0 0.02 0.33
HSL 178.59º 0.99% 0.34% -
HSV(B) 178.59º 0.99% 0.67% -
XYZ 21.55 31.92 41.59 -
YUV 119.71 154.68 43.33 -
System Red Green Blue C M Y K H S L
Decimal 1 171 167 0.99 0 0.02 0.33 178.59 0.99 0.34
Hex 1 AB A7 63 0 2 21 B3 63 22
Octal 1 253 247 143 0 2 41 263 143 42
Binary 1 10101011 10100111 1100011 0 10 100001 10110011 1100011 100010

Color Harmonies of #01ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01ABA7

Black with #01ABA7

Text Example


Text Example

White with #01ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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