Shades of Persian Green #0CAF94
Tints of Persian Green #0CAF94
RGB
CMYK
RGB Variations
Color information
#0CAF94 (or 0x0CAF94) is known color: Persian Green. HEX triplet: 0C, AF and 94. RGB value is (12,175,148). Sum of RGB (Red+Green+Blue) = 12+175+148=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 148 (58.20% from 255 or 44.18% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #0CAF94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAF94 is #F3506B. Grayscale: #7B7B7B. Windows color (decimal): -15945836 or 9744140. OLE color: 9744140.
HSL color Cylindrical-coordinate representation of color #0CAF94: hue angle of 170.06º 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 #0CAF94 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 175 | 148 | - |
| CMYK | 0.93 | 0 | 0.15 | 0.31 |
| HSL | 170.06º | 0.87% | 0.37% | - |
| HSV(B) | 170.06º | 0.93% | 0.69% | - |
| XYZ | 20.83 | 32.88 | 33.27 | - |
| YUV | 123.19 | 142 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 148 | 0.93 | 0 | 0.15 | 0.31 | 170.06 | 0.87 | 0.37 |
| Hex | C | AF | 94 | 5D | 0 | F | 1F | AA | 57 | 25 |
| Octal | 14 | 257 | 224 | 135 | 0 | 17 | 37 | 252 | 127 | 45 |
| Binary | 1100 | 10101111 | 10010100 | 1011101 | 0 | 1111 | 11111 | 10101010 | 1010111 | 100101 |
Color Harmonies of #0CAF94
Complementary color
Monochromatic Colors of #0CAF94
Black with #0CAF94
Text Example
Text Example
White with #0CAF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAF94; }
p { color: rgb(12,175,148); }
H1.HeaderClassName
{
color: #0CAF94;
}
.AnyTagClassName
{
color: #0CAF94;
}
</style>
background-color css
<style>
a { background-color: #0CAF94; }
a { background-color: rgb(12,175,148); }
div.DivClassName
{
background-color: #0CAF94;
}
.BgClassName
{
background-color: #0CAF94;
}
</style>
border-color css
<style>
span { border-color: #0CAF94; }
span { border-color: rgb(12,175,148); }
td.TdClassName
{
border-color: #0CAF94;
}
.TagClassName
{
border-color: #0CAF94;
}
</style>