Shades of Spring Green #0CFE7F
Tints of Spring Green #0CFE7F
RGB
CMYK
RGB Variations
Color information
#0CFE7F (or 0x0CFE7F) is known color: Spring Green. HEX triplet: 0C, FE and 7F. RGB value is (12,254,127). Sum of RGB (Red+Green+Blue) = 12+254+127=393 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 393); Green value is 254 (99.61% from 255 or 64.63% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFE7F is #F30180. Grayscale: #A7A7A7. Windows color (decimal): -15925633 or 8388108. OLE color: 8388108.
HSL color Cylindrical-coordinate representation of color #0CFE7F: hue angle of 148.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFE7F is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 127 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.00 |
| HSL | 148.51º | 0.99% | 0.52% | - |
| HSV(B) | 148.51º | 0.95% | 1% | - |
| XYZ | 39.42 | 72.49 | 31.99 | - |
| YUV | 167.16 | 105.33 | 17.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 127 | 0.95 | 0 | 0.50 | 0.00 | 148.51 | 0.99 | 0.52 |
| Hex | C | FE | 7F | 5F | 0 | 32 | 0 | 95 | 63 | 34 |
| Octal | 14 | 376 | 177 | 137 | 0 | 62 | 0 | 225 | 143 | 64 |
| Binary | 1100 | 11111110 | 1111111 | 1011111 | 0 | 110010 | 0 | 10010101 | 1100011 | 110100 |
Color Harmonies of #0CFE7F
Complementary color
Monochromatic Colors of #0CFE7F
Black with #0CFE7F
Text Example
Text Example
White with #0CFE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE7F; }
p { color: rgb(12,254,127); }
H1.HeaderClassName
{
color: #0CFE7F;
}
.AnyTagClassName
{
color: #0CFE7F;
}
</style>
background-color css
<style>
a { background-color: #0CFE7F; }
a { background-color: rgb(12,254,127); }
div.DivClassName
{
background-color: #0CFE7F;
}
.BgClassName
{
background-color: #0CFE7F;
}
</style>
border-color css
<style>
span { border-color: #0CFE7F; }
span { border-color: rgb(12,254,127); }
td.TdClassName
{
border-color: #0CFE7F;
}
.TagClassName
{
border-color: #0CFE7F;
}
</style>