Shades of Persian Green #0CAF99
Tints of Persian Green #0CAF99
RGB
CMYK
RGB Variations
Color information
#0CAF99 (or 0x0CAF99) is known color: Persian Green. HEX triplet: 0C, AF and 99. RGB value is (12,175,153). Sum of RGB (Red+Green+Blue) = 12+175+153=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF99 is #F35066. Grayscale: #7B7B7B. Windows color (decimal): -15945831 or 10071820. OLE color: 10071820.
HSL color Cylindrical-coordinate representation of color #0CAF99: hue angle of 171.9º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAF99 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 153 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.31 |
| HSL | 171.9º | 0.87% | 0.37% | - |
| HSV(B) | 171.9º | 0.93% | 0.69% | - |
| XYZ | 21.23 | 33.04 | 35.39 | - |
| YUV | 123.76 | 144.5 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 153 | 0.93 | 0 | 0.13 | 0.31 | 171.9 | 0.87 | 0.37 |
| Hex | C | AF | 99 | 5D | 0 | D | 1F | AC | 57 | 25 |
| Octal | 14 | 257 | 231 | 135 | 0 | 15 | 37 | 254 | 127 | 45 |
| Binary | 1100 | 10101111 | 10011001 | 1011101 | 0 | 1101 | 11111 | 10101100 | 1010111 | 100101 |
Color Harmonies of #0CAF99
Complementary color
Monochromatic Colors of #0CAF99
Black with #0CAF99
Text Example
Text Example
White with #0CAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF99; }
p { color: rgb(12,175,153); }
H1.HeaderClassName
{
color: #0CAF99;
}
.AnyTagClassName
{
color: #0CAF99;
}
</style>
background-color css
<style>
a { background-color: #0CAF99; }
a { background-color: rgb(12,175,153); }
div.DivClassName
{
background-color: #0CAF99;
}
.BgClassName
{
background-color: #0CAF99;
}
</style>
border-color css
<style>
span { border-color: #0CAF99; }
span { border-color: rgb(12,175,153); }
td.TdClassName
{
border-color: #0CAF99;
}
.TagClassName
{
border-color: #0CAF99;
}
</style>