Shades of Spring Green #0CF764
Tints of Spring Green #0CF764
RGB
CMYK
RGB Variations
Color information
#0CF764 (or 0x0CF764) is known color: Spring Green. HEX triplet: 0C, F7 and 64. RGB value is (12,247,100). Sum of RGB (Red+Green+Blue) = 12+247+100=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 247 (96.88% from 255 or 68.80% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 247 - color contains mainly: green. Hex color #0CF764 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF764 is #F3089B. Grayscale: #A0A0A0. Windows color (decimal): -15927452 or 6616844. OLE color: 6616844.
HSL color Cylindrical-coordinate representation of color #0CF764: hue angle of 142.47º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF764 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 12 | 247 | 100 | - |
| CMYK | 0.95 | 0 | 0.60 | 0.03 |
| HSL | 142.47º | 0.94% | 0.51% | - |
| HSV(B) | 142.47º | 0.95% | 0.97% | - |
| XYZ | 35.71 | 67.52 | 23.21 | - |
| YUV | 159.98 | 94.14 | 22.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 247 | 100 | 0.95 | 0 | 0.60 | 0.03 | 142.47 | 0.94 | 0.51 |
| Hex | C | F7 | 64 | 5F | 0 | 3C | 3 | 8E | 5E | 33 |
| Octal | 14 | 367 | 144 | 137 | 0 | 74 | 3 | 216 | 136 | 63 |
| Binary | 1100 | 11110111 | 1100100 | 1011111 | 0 | 111100 | 11 | 10001110 | 1011110 | 110011 |
Color Harmonies of #0CF764
Complementary color
Monochromatic Colors of #0CF764
Black with #0CF764
Text Example
Text Example
White with #0CF764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF764; }
p { color: rgb(12,247,100); }
H1.HeaderClassName
{
color: #0CF764;
}
.AnyTagClassName
{
color: #0CF764;
}
</style>
background-color css
<style>
a { background-color: #0CF764; }
a { background-color: rgb(12,247,100); }
div.DivClassName
{
background-color: #0CF764;
}
.BgClassName
{
background-color: #0CF764;
}
</style>
border-color css
<style>
span { border-color: #0CF764; }
span { border-color: rgb(12,247,100); }
td.TdClassName
{
border-color: #0CF764;
}
.TagClassName
{
border-color: #0CF764;
}
</style>