Html Css Color HEX #01AD87 Persian Green

📋 copy color: '#01AD87'

red 1 ◦ green 173 ◦ blue 135

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

Shades of Persian Green #01AD87

Tints of Persian Green #01AD87

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.99%

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 0.32%
G = 55.99%
B = 43.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#01AD87 (or 0x01AD87) is known color: Persian Green. HEX triplet: 01, AD and 87. RGB value is (1,173,135). Sum of RGB (Red+Green+Blue) = 1+173+135=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AD87 is #FE5278. Grayscale: #757575. Windows color (decimal): -16667257 or 8891649. OLE color: 8891649.

HSL color Cylindrical-coordinate representation of color #01AD87: hue angle of 166.74º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AD87 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 1 173 135 -
CMYK 0.99 0 0.22 0.32
HSL 166.74º 0.99% 0.34% -
HSV(B) 166.74º 0.99% 0.68% -
XYZ 19.33 31.64 28.01 -
YUV 117.24 138.02 45.09 -
System Red Green Blue C M Y K H S L
Decimal 1 173 135 0.99 0 0.22 0.32 166.74 0.99 0.34
Hex 1 AD 87 63 0 16 20 A7 63 22
Octal 1 255 207 143 0 26 40 247 143 42
Binary 1 10101101 10000111 1100011 0 10110 100000 10100111 1100011 100010

Color Harmonies of #01AD87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD87

Black with #01AD87

Text Example


Text Example

White with #01AD87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,173,135); }

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

background-color css

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

 a { background-color: rgb(1,173,135); }

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

border-color css

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

 span { border-color: rgb(1,173,135); }

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