Shades of Persian Green #02AF83
Tints of Persian Green #02AF83
RGB
CMYK
RGB Variations
Color information
#02AF83 (or 0x02AF83) is known color: Persian Green. HEX triplet: 02, AF and 83. RGB value is (2,175,131). Sum of RGB (Red+Green+Blue) = 2+175+131=308 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 308); Green value is 175 (68.75% from 255 or 56.82% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02AF83 is #FD507C. Grayscale: #767676. Windows color (decimal): -16601213 or 8630018. OLE color: 8630018.
HSL color Cylindrical-coordinate representation of color #02AF83: hue angle of 164.74º degrees, saturation: 0.98, 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 #02AF83 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 175 | 131 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.31 |
| HSL | 164.74º | 0.98% | 0.35% | - |
| HSV(B) | 164.74º | 0.99% | 0.69% | - |
| XYZ | 19.45 | 32.31 | 26.68 | - |
| YUV | 118.26 | 135.19 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 175 | 131 | 0.99 | 0 | 0.25 | 0.31 | 164.74 | 0.98 | 0.35 |
| Hex | 2 | AF | 83 | 63 | 0 | 19 | 1F | A5 | 62 | 23 |
| Octal | 2 | 257 | 203 | 143 | 0 | 31 | 37 | 245 | 142 | 43 |
| Binary | 10 | 10101111 | 10000011 | 1100011 | 0 | 11001 | 11111 | 10100101 | 1100010 | 100011 |
Color Harmonies of #02AF83
Complementary color
Monochromatic Colors of #02AF83
Black with #02AF83
Text Example
Text Example
White with #02AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02AF83; }
p { color: rgb(2,175,131); }
H1.HeaderClassName
{
color: #02AF83;
}
.AnyTagClassName
{
color: #02AF83;
}
</style>
background-color css
<style>
a { background-color: #02AF83; }
a { background-color: rgb(2,175,131); }
div.DivClassName
{
background-color: #02AF83;
}
.BgClassName
{
background-color: #02AF83;
}
</style>
border-color css
<style>
span { border-color: #02AF83; }
span { border-color: rgb(2,175,131); }
td.TdClassName
{
border-color: #02AF83;
}
.TagClassName
{
border-color: #02AF83;
}
</style>