Shades of Persian Green #01AD8F
Tints of Persian Green #01AD8F
RGB
CMYK
RGB Variations
Color information
#01AD8F (or 0x01AD8F) is known color: Persian Green. HEX triplet: 01, AD and 8F. RGB value is (1,173,143). Sum of RGB (Red+Green+Blue) = 1+173+143=317 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AD8F is #FE5270. Grayscale: #767676. Windows color (decimal): -16667249 or 9415937. OLE color: 9415937.
HSL color Cylindrical-coordinate representation of color #01AD8F: hue angle of 169.53º 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 #01AD8F is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
RGB | 1 | 173 | 143 | - |
CMYK | 0.99 | 0 | 0.17 | 0.32 |
HSL | 169.53º | 0.99% | 0.34% | - |
HSV(B) | 169.53º | 0.99% | 0.68% | - |
XYZ | 19.91 | 31.88 | 31.09 | - |
YUV | 118.15 | 142.02 | 44.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 173 | 143 | 0.99 | 0 | 0.17 | 0.32 | 169.53 | 0.99 | 0.34 |
Hex | 1 | AD | 8F | 63 | 0 | 11 | 20 | AA | 63 | 22 |
Octal | 1 | 255 | 217 | 143 | 0 | 21 | 40 | 252 | 143 | 42 |
Binary | 1 | 10101101 | 10001111 | 1100011 | 0 | 10001 | 100000 | 10101010 | 1100011 | 100010 |
Color Harmonies of #01AD8F
Complementary color
Monochromatic Colors of #01AD8F
Black with #01AD8F
Text Example
Text Example
White with #01AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD8F; }
p { color: rgb(1,173,143); }
H1.HeaderClassName
{
color: #01AD8F;
}
.AnyTagClassName
{
color: #01AD8F;
}
</style>
background-color css
<style>
a { background-color: #01AD8F; }
a { background-color: rgb(1,173,143); }
div.DivClassName
{
background-color: #01AD8F;
}
.BgClassName
{
background-color: #01AD8F;
}
</style>
border-color css
<style>
span { border-color: #01AD8F; }
span { border-color: rgb(1,173,143); }
td.TdClassName
{
border-color: #01AD8F;
}
.TagClassName
{
border-color: #01AD8F;
}
</style>