Shades of Persian Green #01A58B
Tints of Persian Green #01A58B
RGB
CMYK
RGB Variations
Color information
#01A58B (or 0x01A58B) is known color: Persian Green. HEX triplet: 01, A5 and 8B. RGB value is (1,165,139). Sum of RGB (Red+Green+Blue) = 1+165+139=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 165 (64.84% from 255 or 54.10% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 165 - color contains mainly: green. Hex color #01A58B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01A58B is #FE5A74. Grayscale: #707070. Windows color (decimal): -16669301 or 9151745. OLE color: 9151745.
HSL color Cylindrical-coordinate representation of color #01A58B: hue angle of 170.49º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A58B is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 165 | 139 | - |
| CMYK | 0.99 | 0 | 0.16 | 0.35 |
| HSL | 170.49º | 0.99% | 0.33% | - |
| HSV(B) | 170.49º | 0.99% | 0.65% | - |
| XYZ | 18.13 | 28.78 | 29.03 | - |
| YUV | 113 | 142.67 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 165 | 139 | 0.99 | 0 | 0.16 | 0.35 | 170.49 | 0.99 | 0.33 |
| Hex | 1 | A5 | 8B | 63 | 0 | 10 | 23 | AA | 63 | 21 |
| Octal | 1 | 245 | 213 | 143 | 0 | 20 | 43 | 252 | 143 | 41 |
| Binary | 1 | 10100101 | 10001011 | 1100011 | 0 | 10000 | 100011 | 10101010 | 1100011 | 100001 |
Color Harmonies of #01A58B
Complementary color
Monochromatic Colors of #01A58B
Black with #01A58B
Text Example
Text Example
White with #01A58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A58B; }
p { color: rgb(1,165,139); }
H1.HeaderClassName
{
color: #01A58B;
}
.AnyTagClassName
{
color: #01A58B;
}
</style>
background-color css
<style>
a { background-color: #01A58B; }
a { background-color: rgb(1,165,139); }
div.DivClassName
{
background-color: #01A58B;
}
.BgClassName
{
background-color: #01A58B;
}
</style>
border-color css
<style>
span { border-color: #01A58B; }
span { border-color: rgb(1,165,139); }
td.TdClassName
{
border-color: #01A58B;
}
.TagClassName
{
border-color: #01A58B;
}
</style>