Shades of Spring Green #0CE27F
Tints of Spring Green #0CE27F
RGB
CMYK
RGB Variations
Color information
#0CE27F (or 0x0CE27F) is known color: Spring Green. HEX triplet: 0C, E2 and 7F. RGB value is (12,226,127). Sum of RGB (Red+Green+Blue) = 12+226+127=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 226 (88.67% from 255 or 61.92% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 226 - color contains mainly: green. Hex color #0CE27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CE27F is #F31D80. Grayscale: #969696. Windows color (decimal): -15932801 or 8380940. OLE color: 8380940.
HSL color Cylindrical-coordinate representation of color #0CE27F: hue angle of 152.24º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE27F is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 12 | 226 | 127 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.11 |
| HSL | 152.24º | 0.9% | 0.47% | - |
| HSV(B) | 152.24º | 0.95% | 0.89% | - |
| XYZ | 31.18 | 56 | 29.25 | - |
| YUV | 150.73 | 114.6 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 226 | 127 | 0.95 | 0 | 0.44 | 0.11 | 152.24 | 0.9 | 0.47 |
| Hex | C | E2 | 7F | 5F | 0 | 2C | B | 98 | 5A | 2F |
| Octal | 14 | 342 | 177 | 137 | 0 | 54 | 13 | 230 | 132 | 57 |
| Binary | 1100 | 11100010 | 1111111 | 1011111 | 0 | 101100 | 1011 | 10011000 | 1011010 | 101111 |
Color Harmonies of #0CE27F
Complementary color
Monochromatic Colors of #0CE27F
Black with #0CE27F
Text Example
Text Example
White with #0CE27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE27F; }
p { color: rgb(12,226,127); }
H1.HeaderClassName
{
color: #0CE27F;
}
.AnyTagClassName
{
color: #0CE27F;
}
</style>
background-color css
<style>
a { background-color: #0CE27F; }
a { background-color: rgb(12,226,127); }
div.DivClassName
{
background-color: #0CE27F;
}
.BgClassName
{
background-color: #0CE27F;
}
</style>
border-color css
<style>
span { border-color: #0CE27F; }
span { border-color: rgb(12,226,127); }
td.TdClassName
{
border-color: #0CE27F;
}
.TagClassName
{
border-color: #0CE27F;
}
</style>