Shades of Spring Green #0CE984
Tints of Spring Green #0CE984
RGB
CMYK
RGB Variations
Color information
#0CE984 (or 0x0CE984) is known color: Spring Green. HEX triplet: 0C, E9 and 84. RGB value is (12,233,132). Sum of RGB (Red+Green+Blue) = 12+233+132=377 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.18% from 377); Green value is 233 (91.41% from 255 or 61.80% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 233 - color contains mainly: green. Hex color #0CE984 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE984 is #F3167B. Grayscale: #9B9B9B. Windows color (decimal): -15931004 or 8710412. OLE color: 8710412.
HSL color Cylindrical-coordinate representation of color #0CE984: hue angle of 152.58º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE984 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 233 | 132 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.09 |
| HSL | 152.58º | 0.9% | 0.48% | - |
| HSV(B) | 152.58º | 0.95% | 0.91% | - |
| XYZ | 33.46 | 60.02 | 31.65 | - |
| YUV | 155.41 | 114.78 | 25.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 233 | 132 | 0.95 | 0 | 0.43 | 0.09 | 152.58 | 0.9 | 0.48 |
| Hex | C | E9 | 84 | 5F | 0 | 2B | 9 | 99 | 5A | 30 |
| Octal | 14 | 351 | 204 | 137 | 0 | 53 | 11 | 231 | 132 | 60 |
| Binary | 1100 | 11101001 | 10000100 | 1011111 | 0 | 101011 | 1001 | 10011001 | 1011010 | 110000 |
Color Harmonies of #0CE984
Complementary color
Monochromatic Colors of #0CE984
Black with #0CE984
Text Example
Text Example
White with #0CE984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE984; }
p { color: rgb(12,233,132); }
H1.HeaderClassName
{
color: #0CE984;
}
.AnyTagClassName
{
color: #0CE984;
}
</style>
background-color css
<style>
a { background-color: #0CE984; }
a { background-color: rgb(12,233,132); }
div.DivClassName
{
background-color: #0CE984;
}
.BgClassName
{
background-color: #0CE984;
}
</style>
border-color css
<style>
span { border-color: #0CE984; }
span { border-color: rgb(12,233,132); }
td.TdClassName
{
border-color: #0CE984;
}
.TagClassName
{
border-color: #0CE984;
}
</style>