Shades of Persian Green #01AF83
Tints of Persian Green #01AF83
RGB
CMYK
RGB Variations
Color information
#01AF83 (or 0x01AF83) is known color: Persian Green. HEX triplet: 01, AF and 83. RGB value is (1,175,131). Sum of RGB (Red+Green+Blue) = 1+175+131=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01AF83 is #FE507C. Grayscale: #757575. Windows color (decimal): -16666749 or 8630017. OLE color: 8630017.
HSL color Cylindrical-coordinate representation of color #01AF83: hue angle of 164.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF83 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 175 | 131 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.31 |
| HSL | 164.83º | 0.99% | 0.35% | - |
| HSV(B) | 164.83º | 0.99% | 0.69% | - |
| XYZ | 19.44 | 32.31 | 26.68 | - |
| YUV | 117.96 | 135.35 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 131 | 0.99 | 0 | 0.25 | 0.31 | 164.83 | 0.99 | 0.35 |
| Hex | 1 | AF | 83 | 63 | 0 | 19 | 1F | A5 | 63 | 23 |
| Octal | 1 | 257 | 203 | 143 | 0 | 31 | 37 | 245 | 143 | 43 |
| Binary | 1 | 10101111 | 10000011 | 1100011 | 0 | 11001 | 11111 | 10100101 | 1100011 | 100011 |
Color Harmonies of #01AF83
Complementary color
Monochromatic Colors of #01AF83
Black with #01AF83
Text Example
Text Example
White with #01AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AF83; }
p { color: rgb(1,175,131); }
H1.HeaderClassName
{
color: #01AF83;
}
.AnyTagClassName
{
color: #01AF83;
}
</style>
background-color css
<style>
a { background-color: #01AF83; }
a { background-color: rgb(1,175,131); }
div.DivClassName
{
background-color: #01AF83;
}
.BgClassName
{
background-color: #01AF83;
}
</style>
border-color css
<style>
span { border-color: #01AF83; }
span { border-color: rgb(1,175,131); }
td.TdClassName
{
border-color: #01AF83;
}
.TagClassName
{
border-color: #01AF83;
}
</style>