Html Css Color HEX #01AB85 Persian Green

📋 copy color: '#01AB85'

red 1 ◦ green 171 ◦ blue 133

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

Shades of Persian Green #01AB85

Tints of Persian Green #01AB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.61%

R = 0.33%
G = 56.07%
B = 43.61%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#01AB85 (or 0x01AB85) is known color: Persian Green. HEX triplet: 01, AB and 85. RGB value is (1,171,133). Sum of RGB (Red+Green+Blue) = 1+171+133=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 171 (67.19% from 255 or 56.07% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 171 - color contains mainly: green. Hex color #01AB85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AB85 is #FE547A. Grayscale: #737373. Windows color (decimal): -16667771 or 8760065. OLE color: 8760065.

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

Color convert

RGB 1 171 133 -
CMYK 0.99 0 0.22 0.33
HSL 166.59º 0.99% 0.34% -
HSV(B) 166.59º 0.99% 0.67% -
XYZ 18.81 30.83 27.15 -
YUV 115.84 137.68 46.09 -
System Red Green Blue C M Y K H S L
Decimal 1 171 133 0.99 0 0.22 0.33 166.59 0.99 0.34
Hex 1 AB 85 63 0 16 21 A7 63 22
Octal 1 253 205 143 0 26 41 247 143 42
Binary 1 10101011 10000101 1100011 0 10110 100001 10100111 1100011 100010

Color Harmonies of #01AB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AB85

Black with #01AB85

Text Example


Text Example

White with #01AB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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