Shades of Spring Green #0CFE7E
Tints of Spring Green #0CFE7E
RGB
CMYK
RGB Variations
Color information
#0CFE7E (or 0x0CFE7E) is known color: Spring Green. HEX triplet: 0C, FE and 7E. RGB value is (12,254,126). Sum of RGB (Red+Green+Blue) = 12+254+126=392 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.06% from 392); Green value is 254 (99.61% from 255 or 64.80% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE7E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFE7E is #F30181. Grayscale: #A7A7A7. Windows color (decimal): -15925634 or 8322572. OLE color: 8322572.
HSL color Cylindrical-coordinate representation of color #0CFE7E: hue angle of 148.26º 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 #0CFE7E is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 126 | - |
| CMYK | 0.95 | 0 | 0.50 | 0.00 |
| HSL | 148.26º | 0.99% | 0.52% | - |
| HSV(B) | 148.26º | 0.95% | 1% | - |
| XYZ | 39.36 | 72.47 | 31.65 | - |
| YUV | 167.05 | 104.83 | 17.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 126 | 0.95 | 0 | 0.50 | 0.00 | 148.26 | 0.99 | 0.52 |
| Hex | C | FE | 7E | 5F | 0 | 32 | 0 | 94 | 63 | 34 |
| Octal | 14 | 376 | 176 | 137 | 0 | 62 | 0 | 224 | 143 | 64 |
| Binary | 1100 | 11111110 | 1111110 | 1011111 | 0 | 110010 | 0 | 10010100 | 1100011 | 110100 |
Color Harmonies of #0CFE7E
Complementary color
Monochromatic Colors of #0CFE7E
Black with #0CFE7E
Text Example
Text Example
White with #0CFE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE7E; }
p { color: rgb(12,254,126); }
H1.HeaderClassName
{
color: #0CFE7E;
}
.AnyTagClassName
{
color: #0CFE7E;
}
</style>
background-color css
<style>
a { background-color: #0CFE7E; }
a { background-color: rgb(12,254,126); }
div.DivClassName
{
background-color: #0CFE7E;
}
.BgClassName
{
background-color: #0CFE7E;
}
</style>
border-color css
<style>
span { border-color: #0CFE7E; }
span { border-color: rgb(12,254,126); }
td.TdClassName
{
border-color: #0CFE7E;
}
.TagClassName
{
border-color: #0CFE7E;
}
</style>