Shades of Spring Green #0CFF72
Tints of Spring Green #0CFF72
RGB
CMYK
RGB Variations
Color information
#0CFF72 (or 0x0CFF72) is known color: Spring Green. HEX triplet: 0C, FF and 72. RGB value is (12,255,114). Sum of RGB (Red+Green+Blue) = 12+255+114=381 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.15% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF72 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFF72 is #F3008D. Grayscale: #A6A6A6. Windows color (decimal): -15925390 or 7536396. OLE color: 7536396.
HSL color Cylindrical-coordinate representation of color #0CFF72: hue angle of 145.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF72 is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 114 | - |
| CMYK | 0.95 | 0 | 0.55 | 0 |
| HSL | 145.19º | 1% | 0.52% | - |
| HSV(B) | 145.19º | 0.95% | 1% | - |
| XYZ | 38.95 | 72.81 | 27.92 | - |
| YUV | 166.27 | 98.49 | 17.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 114 | 0.95 | 0 | 0.55 | 0 | 145.19 | 1 | 0.52 |
| Hex | C | FF | 72 | 5F | 0 | 37 | 0 | 91 | 64 | 34 |
| Octal | 14 | 377 | 162 | 137 | 0 | 67 | 0 | 221 | 144 | 64 |
| Binary | 1100 | 11111111 | 1110010 | 1011111 | 0 | 110111 | 0 | 10010001 | 1100100 | 110100 |
Color Harmonies of #0CFF72
Complementary color
Monochromatic Colors of #0CFF72
Black with #0CFF72
Text Example
Text Example
White with #0CFF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF72; }
p { color: rgb(12,255,114); }
H1.HeaderClassName
{
color: #0CFF72;
}
.AnyTagClassName
{
color: #0CFF72;
}
</style>
background-color css
<style>
a { background-color: #0CFF72; }
a { background-color: rgb(12,255,114); }
div.DivClassName
{
background-color: #0CFF72;
}
.BgClassName
{
background-color: #0CFF72;
}
</style>
border-color css
<style>
span { border-color: #0CFF72; }
span { border-color: rgb(12,255,114); }
td.TdClassName
{
border-color: #0CFF72;
}
.TagClassName
{
border-color: #0CFF72;
}
</style>