Shades of Persian Green #0CAFA0
Tints of Persian Green #0CAFA0
RGB
CMYK
RGB Variations
Color information
#0CAFA0 (or 0x0CAFA0) is known color: Persian Green. HEX triplet: 0C, AF and A0. RGB value is (12,175,160). Sum of RGB (Red+Green+Blue) = 12+175+160=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAFA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAFA0 is #F3505F. Grayscale: #7C7C7C. Windows color (decimal): -15945824 or 10530572. OLE color: 10530572.
HSL color Cylindrical-coordinate representation of color #0CAFA0: hue angle of 174.48º 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 #0CAFA0 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 160 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.31 |
| HSL | 174.48º | 0.87% | 0.37% | - |
| HSV(B) | 174.48º | 0.93% | 0.69% | - |
| XYZ | 21.83 | 33.28 | 38.53 | - |
| YUV | 124.55 | 148 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 160 | 0.93 | 0 | 0.09 | 0.31 | 174.48 | 0.87 | 0.37 |
| Hex | C | AF | A0 | 5D | 0 | 9 | 1F | AE | 57 | 25 |
| Octal | 14 | 257 | 240 | 135 | 0 | 11 | 37 | 256 | 127 | 45 |
| Binary | 1100 | 10101111 | 10100000 | 1011101 | 0 | 1001 | 11111 | 10101110 | 1010111 | 100101 |
Color Harmonies of #0CAFA0
Complementary color
Monochromatic Colors of #0CAFA0
Black with #0CAFA0
Text Example
Text Example
White with #0CAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFA0; }
p { color: rgb(12,175,160); }
H1.HeaderClassName
{
color: #0CAFA0;
}
.AnyTagClassName
{
color: #0CAFA0;
}
</style>
background-color css
<style>
a { background-color: #0CAFA0; }
a { background-color: rgb(12,175,160); }
div.DivClassName
{
background-color: #0CAFA0;
}
.BgClassName
{
background-color: #0CAFA0;
}
</style>
border-color css
<style>
span { border-color: #0CAFA0; }
span { border-color: rgb(12,175,160); }
td.TdClassName
{
border-color: #0CAFA0;
}
.TagClassName
{
border-color: #0CAFA0;
}
</style>