Shades of Spring Green #0CE685
Tints of Spring Green #0CE685
RGB
CMYK
RGB Variations
Color information
#0CE685 (or 0x0CE685) is known color: Spring Green. HEX triplet: 0C, E6 and 85. RGB value is (12,230,133). Sum of RGB (Red+Green+Blue) = 12+230+133=375 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.2% from 375); Green value is 230 (90.23% from 255 or 61.33% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 230 - color contains mainly: green. Hex color #0CE685 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CE685 is #F3197A. Grayscale: #999999. Windows color (decimal): -15931771 or 8775180. OLE color: 8775180.
HSL color Cylindrical-coordinate representation of color #0CE685: hue angle of 153.3º 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 #0CE685 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 230 | 133 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.10 |
| HSL | 153.3º | 0.9% | 0.47% | - |
| HSV(B) | 153.3º | 0.95% | 0.9% | - |
| XYZ | 32.68 | 58.37 | 31.73 | - |
| YUV | 153.76 | 116.28 | 26.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 230 | 133 | 0.95 | 0 | 0.42 | 0.10 | 153.3 | 0.9 | 0.47 |
| Hex | C | E6 | 85 | 5F | 0 | 2A | A | 99 | 5A | 2F |
| Octal | 14 | 346 | 205 | 137 | 0 | 52 | 12 | 231 | 132 | 57 |
| Binary | 1100 | 11100110 | 10000101 | 1011111 | 0 | 101010 | 1010 | 10011001 | 1011010 | 101111 |
Color Harmonies of #0CE685
Complementary color
Monochromatic Colors of #0CE685
Black with #0CE685
Text Example
Text Example
White with #0CE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE685; }
p { color: rgb(12,230,133); }
H1.HeaderClassName
{
color: #0CE685;
}
.AnyTagClassName
{
color: #0CE685;
}
</style>
background-color css
<style>
a { background-color: #0CE685; }
a { background-color: rgb(12,230,133); }
div.DivClassName
{
background-color: #0CE685;
}
.BgClassName
{
background-color: #0CE685;
}
</style>
border-color css
<style>
span { border-color: #0CE685; }
span { border-color: rgb(12,230,133); }
td.TdClassName
{
border-color: #0CE685;
}
.TagClassName
{
border-color: #0CE685;
}
</style>