Shades of Persian Green #0CB09C
Tints of Persian Green #0CB09C
RGB
CMYK
RGB Variations
Color information
#0CB09C (or 0x0CB09C) is known color: Persian Green. HEX triplet: 0C, B0 and 9C. RGB value is (12,176,156). Sum of RGB (Red+Green+Blue) = 12+176+156=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #0CB09C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CB09C is #F34F63. Grayscale: #7C7C7C. Windows color (decimal): -15945572 or 10268684. OLE color: 10268684.
HSL color Cylindrical-coordinate representation of color #0CB09C: hue angle of 172.68º 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 #0CB09C is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 12 | 176 | 156 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.31 |
| HSL | 172.68º | 0.87% | 0.37% | - |
| HSV(B) | 172.68º | 0.93% | 0.69% | - |
| XYZ | 21.68 | 33.53 | 36.78 | - |
| YUV | 124.68 | 145.67 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 176 | 156 | 0.93 | 0 | 0.11 | 0.31 | 172.68 | 0.87 | 0.37 |
| Hex | C | B0 | 9C | 5D | 0 | B | 1F | AD | 57 | 25 |
| Octal | 14 | 260 | 234 | 135 | 0 | 13 | 37 | 255 | 127 | 45 |
| Binary | 1100 | 10110000 | 10011100 | 1011101 | 0 | 1011 | 11111 | 10101101 | 1010111 | 100101 |
Color Harmonies of #0CB09C
Complementary color
Monochromatic Colors of #0CB09C
Black with #0CB09C
Text Example
Text Example
White with #0CB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB09C; }
p { color: rgb(12,176,156); }
H1.HeaderClassName
{
color: #0CB09C;
}
.AnyTagClassName
{
color: #0CB09C;
}
</style>
background-color css
<style>
a { background-color: #0CB09C; }
a { background-color: rgb(12,176,156); }
div.DivClassName
{
background-color: #0CB09C;
}
.BgClassName
{
background-color: #0CB09C;
}
</style>
border-color css
<style>
span { border-color: #0CB09C; }
span { border-color: rgb(12,176,156); }
td.TdClassName
{
border-color: #0CB09C;
}
.TagClassName
{
border-color: #0CB09C;
}
</style>