Shades of Persian Green #0CB098
Tints of Persian Green #0CB098
RGB
CMYK
RGB Variations
Color information
#0CB098 (or 0x0CB098) is known color: Persian Green. HEX triplet: 0C, B0 and 98. RGB value is (12,176,152). Sum of RGB (Red+Green+Blue) = 12+176+152=340 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.53% from 340); Green value is 176 (69.14% from 255 or 51.76% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB098 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB098 is #F34F67. Grayscale: #7C7C7C. Windows color (decimal): -15945576 or 10006540. OLE color: 10006540.
HSL color Cylindrical-coordinate representation of color #0CB098: hue angle of 171.22º 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 #0CB098 is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 152 | - |
| CMYK | 0.93 | 0 | 0.14 | 0.31 |
| HSL | 171.22º | 0.87% | 0.37% | - |
| HSV(B) | 171.22º | 0.93% | 0.69% | - |
| XYZ | 21.34 | 33.4 | 35.03 | - |
| YUV | 124.23 | 143.67 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 152 | 0.93 | 0 | 0.14 | 0.31 | 171.22 | 0.87 | 0.37 |
| Hex | C | B0 | 98 | 5D | 0 | E | 1F | AB | 57 | 25 |
| Octal | 14 | 260 | 230 | 135 | 0 | 16 | 37 | 253 | 127 | 45 |
| Binary | 1100 | 10110000 | 10011000 | 1011101 | 0 | 1110 | 11111 | 10101011 | 1010111 | 100101 |
Color Harmonies of #0CB098
Complementary color
Monochromatic Colors of #0CB098
Black with #0CB098
Text Example
Text Example
White with #0CB098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB098; }
p { color: rgb(12,176,152); }
H1.HeaderClassName
{
color: #0CB098;
}
.AnyTagClassName
{
color: #0CB098;
}
</style>
background-color css
<style>
a { background-color: #0CB098; }
a { background-color: rgb(12,176,152); }
div.DivClassName
{
background-color: #0CB098;
}
.BgClassName
{
background-color: #0CB098;
}
</style>
border-color css
<style>
span { border-color: #0CB098; }
span { border-color: rgb(12,176,152); }
td.TdClassName
{
border-color: #0CB098;
}
.TagClassName
{
border-color: #0CB098;
}
</style>