Shades of Spring Green #0CFF8B
Tints of Spring Green #0CFF8B
RGB
CMYK
RGB Variations
Color information
#0CFF8B (or 0x0CFF8B) is known color: Spring Green. HEX triplet: 0C, FF and 8B. RGB value is (12,255,139). Sum of RGB (Red+Green+Blue) = 12+255+139=406 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF8B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF8B is #F30074. Grayscale: #A9A9A9. Windows color (decimal): -15925365 or 9174796. OLE color: 9174796.
HSL color Cylindrical-coordinate representation of color #0CFF8B: hue angle of 151.36º 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 #0CFF8B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 139 | - |
| CMYK | 0.95 | 0 | 0.45 | 0 |
| HSL | 151.36º | 1% | 0.52% | - |
| HSV(B) | 151.36º | 0.95% | 1% | - |
| XYZ | 40.57 | 73.46 | 36.47 | - |
| YUV | 169.12 | 110.99 | 15.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 139 | 0.95 | 0 | 0.45 | 0 | 151.36 | 1 | 0.52 |
| Hex | C | FF | 8B | 5F | 0 | 2D | 0 | 97 | 64 | 34 |
| Octal | 14 | 377 | 213 | 137 | 0 | 55 | 0 | 227 | 144 | 64 |
| Binary | 1100 | 11111111 | 10001011 | 1011111 | 0 | 101101 | 0 | 10010111 | 1100100 | 110100 |
Color Harmonies of #0CFF8B
Complementary color
Monochromatic Colors of #0CFF8B
Black with #0CFF8B
Text Example
Text Example
White with #0CFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF8B; }
p { color: rgb(12,255,139); }
H1.HeaderClassName
{
color: #0CFF8B;
}
.AnyTagClassName
{
color: #0CFF8B;
}
</style>
background-color css
<style>
a { background-color: #0CFF8B; }
a { background-color: rgb(12,255,139); }
div.DivClassName
{
background-color: #0CFF8B;
}
.BgClassName
{
background-color: #0CFF8B;
}
</style>
border-color css
<style>
span { border-color: #0CFF8B; }
span { border-color: rgb(12,255,139); }
td.TdClassName
{
border-color: #0CFF8B;
}
.TagClassName
{
border-color: #0CFF8B;
}
</style>