Shades of Spring Green #0CE675
Tints of Spring Green #0CE675
RGB
CMYK
RGB Variations
Color information
#0CE675 (or 0x0CE675) is known color: Spring Green. HEX triplet: 0C, E6 and 75. RGB value is (12,230,117). Sum of RGB (Red+Green+Blue) = 12+230+117=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 230 (90.23% from 255 or 64.07% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE675 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CE675 is #F3198A. Grayscale: #989898. Windows color (decimal): -15931787 or 7726604. OLE color: 7726604.
HSL color Cylindrical-coordinate representation of color #0CE675: hue angle of 148.9º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE675 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 230 | 117 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.10 |
| HSL | 148.9º | 0.9% | 0.47% | - |
| HSV(B) | 148.9º | 0.95% | 0.9% | - |
| XYZ | 31.66 | 57.96 | 26.35 | - |
| YUV | 151.94 | 108.28 | 28.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 230 | 117 | 0.95 | 0 | 0.49 | 0.10 | 148.9 | 0.9 | 0.47 |
| Hex | C | E6 | 75 | 5F | 0 | 31 | A | 95 | 5A | 2F |
| Octal | 14 | 346 | 165 | 137 | 0 | 61 | 12 | 225 | 132 | 57 |
| Binary | 1100 | 11100110 | 1110101 | 1011111 | 0 | 110001 | 1010 | 10010101 | 1011010 | 101111 |
Color Harmonies of #0CE675
Complementary color
Monochromatic Colors of #0CE675
Black with #0CE675
Text Example
Text Example
White with #0CE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE675; }
p { color: rgb(12,230,117); }
H1.HeaderClassName
{
color: #0CE675;
}
.AnyTagClassName
{
color: #0CE675;
}
</style>
background-color css
<style>
a { background-color: #0CE675; }
a { background-color: rgb(12,230,117); }
div.DivClassName
{
background-color: #0CE675;
}
.BgClassName
{
background-color: #0CE675;
}
</style>
border-color css
<style>
span { border-color: #0CE675; }
span { border-color: rgb(12,230,117); }
td.TdClassName
{
border-color: #0CE675;
}
.TagClassName
{
border-color: #0CE675;
}
</style>