Shades of Persian Green #01ADAB
Tints of Persian Green #01ADAB
RGB
CMYK
RGB Variations
Color information
#01ADAB (or 0x01ADAB) is known color: Persian Green. HEX triplet: 01, AD and AB. RGB value is (1,173,171). Sum of RGB (Red+Green+Blue) = 1+173+171=345 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #01ADAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01ADAB is #FE5254. Grayscale: #797979. Windows color (decimal): -16667221 or 11250945. OLE color: 11250945.
HSL color Cylindrical-coordinate representation of color #01ADAB: hue angle of 179.3º 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 #01ADAB is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 173 | 171 | - |
| CMYK | 0.99 | 0 | 0.01 | 0.32 |
| HSL | 179.3º | 0.99% | 0.34% | - |
| HSV(B) | 179.3º | 0.99% | 0.68% | - |
| XYZ | 22.31 | 32.83 | 43.69 | - |
| YUV | 121.34 | 156.02 | 42.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 171 | 0.99 | 0 | 0.01 | 0.32 | 179.3 | 0.99 | 0.34 |
| Hex | 1 | AD | AB | 63 | 0 | 1 | 20 | B3 | 63 | 22 |
| Octal | 1 | 255 | 253 | 143 | 0 | 1 | 40 | 263 | 143 | 42 |
| Binary | 1 | 10101101 | 10101011 | 1100011 | 0 | 1 | 100000 | 10110011 | 1100011 | 100010 |
Color Harmonies of #01ADAB
Complementary color
Monochromatic Colors of #01ADAB
Black with #01ADAB
Text Example
Text Example
White with #01ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADAB; }
p { color: rgb(1,173,171); }
H1.HeaderClassName
{
color: #01ADAB;
}
.AnyTagClassName
{
color: #01ADAB;
}
</style>
background-color css
<style>
a { background-color: #01ADAB; }
a { background-color: rgb(1,173,171); }
div.DivClassName
{
background-color: #01ADAB;
}
.BgClassName
{
background-color: #01ADAB;
}
</style>
border-color css
<style>
span { border-color: #01ADAB; }
span { border-color: rgb(1,173,171); }
td.TdClassName
{
border-color: #01ADAB;
}
.TagClassName
{
border-color: #01ADAB;
}
</style>