Shades of Persian Green #01AD98
Tints of Persian Green #01AD98
RGB
CMYK
RGB Variations
Color information
#01AD98 (or 0x01AD98) is known color: Persian Green. HEX triplet: 01, AD and 98. RGB value is (1,173,152). Sum of RGB (Red+Green+Blue) = 1+173+152=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AD98 is #FE5267. Grayscale: #777777. Windows color (decimal): -16667240 or 10005761. OLE color: 10005761.
HSL color Cylindrical-coordinate representation of color #01AD98: hue angle of 172.67º 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 #01AD98 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 152 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.32 |
| HSL | 172.67º | 0.99% | 0.34% | - |
| HSV(B) | 172.67º | 0.99% | 0.68% | - |
| XYZ | 20.62 | 32.16 | 34.83 | - |
| YUV | 119.18 | 146.52 | 43.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 152 | 0.99 | 0 | 0.12 | 0.32 | 172.67 | 0.99 | 0.34 |
| Hex | 1 | AD | 98 | 63 | 0 | C | 20 | AD | 63 | 22 |
| Octal | 1 | 255 | 230 | 143 | 0 | 14 | 40 | 255 | 143 | 42 |
| Binary | 1 | 10101101 | 10011000 | 1100011 | 0 | 1100 | 100000 | 10101101 | 1100011 | 100010 |
Color Harmonies of #01AD98
Complementary color
Monochromatic Colors of #01AD98
Black with #01AD98
Text Example
Text Example
White with #01AD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AD98; }
p { color: rgb(1,173,152); }
H1.HeaderClassName
{
color: #01AD98;
}
.AnyTagClassName
{
color: #01AD98;
}
</style>
background-color css
<style>
a { background-color: #01AD98; }
a { background-color: rgb(1,173,152); }
div.DivClassName
{
background-color: #01AD98;
}
.BgClassName
{
background-color: #01AD98;
}
</style>
border-color css
<style>
span { border-color: #01AD98; }
span { border-color: rgb(1,173,152); }
td.TdClassName
{
border-color: #01AD98;
}
.TagClassName
{
border-color: #01AD98;
}
</style>