Shades of Spring Green #0CFF8C
Tints of Spring Green #0CFF8C
RGB
CMYK
RGB Variations
Color information
#0CFF8C (or 0x0CFF8C) is known color: Spring Green. HEX triplet: 0C, FF and 8C. RGB value is (12,255,140). Sum of RGB (Red+Green+Blue) = 12+255+140=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 255 (100% from 255 or 62.65% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF8C is #F30073. Grayscale: #A9A9A9. Windows color (decimal): -15925364 or 9240332. OLE color: 9240332.
HSL color Cylindrical-coordinate representation of color #0CFF8C: hue angle of 151.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF8C is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 140 | - |
| CMYK | 0.95 | 0 | 0.45 | 0 |
| HSL | 151.6º | 1% | 0.52% | - |
| HSV(B) | 151.6º | 0.95% | 1% | - |
| XYZ | 40.65 | 73.49 | 36.85 | - |
| YUV | 169.23 | 111.49 | 15.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 140 | 0.95 | 0 | 0.45 | 0 | 151.6 | 1 | 0.52 |
| Hex | C | FF | 8C | 5F | 0 | 2D | 0 | 98 | 64 | 34 |
| Octal | 14 | 377 | 214 | 137 | 0 | 55 | 0 | 230 | 144 | 64 |
| Binary | 1100 | 11111111 | 10001100 | 1011111 | 0 | 101101 | 0 | 10011000 | 1100100 | 110100 |
Color Harmonies of #0CFF8C
Complementary color
Monochromatic Colors of #0CFF8C
Black with #0CFF8C
Text Example
Text Example
White with #0CFF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF8C; }
p { color: rgb(12,255,140); }
H1.HeaderClassName
{
color: #0CFF8C;
}
.AnyTagClassName
{
color: #0CFF8C;
}
</style>
background-color css
<style>
a { background-color: #0CFF8C; }
a { background-color: rgb(12,255,140); }
div.DivClassName
{
background-color: #0CFF8C;
}
.BgClassName
{
background-color: #0CFF8C;
}
</style>
border-color css
<style>
span { border-color: #0CFF8C; }
span { border-color: rgb(12,255,140); }
td.TdClassName
{
border-color: #0CFF8C;
}
.TagClassName
{
border-color: #0CFF8C;
}
</style>