Shades of Persian Green #01A2A3
Tints of Persian Green #01A2A3
RGB
CMYK
RGB Variations
Color information
#01A2A3 (or 0x01A2A3) is known color: Persian Green. HEX triplet: 01, A2 and A3. RGB value is (1,162,163). Sum of RGB (Red+Green+Blue) = 1+162+163=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #01A2A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A2A3 is #FE5D5C. Grayscale: #717171. Windows color (decimal): -16670045 or 10723841. OLE color: 10723841.
HSL color Cylindrical-coordinate representation of color #01A2A3: hue angle of 180.37º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A2A3 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 1 | 162 | 163 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.36 |
| HSL | 180.37º | 0.99% | 0.32% | - |
| HSV(B) | 180.37º | 0.99% | 0.64% | - |
| XYZ | 19.54 | 28.49 | 39.12 | - |
| YUV | 113.98 | 155.66 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 162 | 163 | 0.99 | 0.01 | 0 | 0.36 | 180.37 | 0.99 | 0.32 |
| Hex | 1 | A2 | A3 | 63 | 1 | 0 | 24 | B4 | 63 | 20 |
| Octal | 1 | 242 | 243 | 143 | 1 | 0 | 44 | 264 | 143 | 40 |
| Binary | 1 | 10100010 | 10100011 | 1100011 | 1 | 0 | 100100 | 10110100 | 1100011 | 100000 |
Color Harmonies of #01A2A3
Complementary color
Monochromatic Colors of #01A2A3
Black with #01A2A3
Text Example
Text Example
White with #01A2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A2A3; }
p { color: rgb(1,162,163); }
H1.HeaderClassName
{
color: #01A2A3;
}
.AnyTagClassName
{
color: #01A2A3;
}
</style>
background-color css
<style>
a { background-color: #01A2A3; }
a { background-color: rgb(1,162,163); }
div.DivClassName
{
background-color: #01A2A3;
}
.BgClassName
{
background-color: #01A2A3;
}
</style>
border-color css
<style>
span { border-color: #01A2A3; }
span { border-color: rgb(1,162,163); }
td.TdClassName
{
border-color: #01A2A3;
}
.TagClassName
{
border-color: #01A2A3;
}
</style>