Html Css Color HEX #0CFF90 Medium Spring Green
📋 copy color: '#0CFF90'red 12 ◦ green 255 ◦ blue 144
Shades of Medium Spring Green #0CFF90
Tints of Medium Spring Green #0CFF90
RGB
CMYK
RGB Variations
Color information
#0CFF90 (or 0x0CFF90) is known color: Medium Spring Green. HEX triplet: 0C, FF and 90. RGB value is (12,255,144). Sum of RGB (Red+Green+Blue) = 12+255+144=411 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.92% from 411); Green value is 255 (100% from 255 or 62.04% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF90 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF90 is #F3006F. Grayscale: #A9A9A9. Windows color (decimal): -15925360 or 9502476. OLE color: 9502476.
HSL color Cylindrical-coordinate representation of color #0CFF90: hue angle of 152.59º 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 #0CFF90 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 144 | - |
| CMYK | 0.95 | 0 | 0.44 | 0 |
| HSL | 152.59º | 1% | 0.52% | - |
| HSV(B) | 152.59º | 0.95% | 1% | - |
| XYZ | 40.95 | 73.61 | 38.44 | - |
| YUV | 169.69 | 113.49 | 15.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 144 | 0.95 | 0 | 0.44 | 0 | 152.59 | 1 | 0.52 |
| Hex | C | FF | 90 | 5F | 0 | 2C | 0 | 99 | 64 | 34 |
| Octal | 14 | 377 | 220 | 137 | 0 | 54 | 0 | 231 | 144 | 64 |
| Binary | 1100 | 11111111 | 10010000 | 1011111 | 0 | 101100 | 0 | 10011001 | 1100100 | 110100 |
Color Harmonies of #0CFF90
Complementary color
Monochromatic Colors of #0CFF90
Black with #0CFF90
Text Example
Text Example
White with #0CFF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF90; }
p { color: rgb(12,255,144); }
H1.HeaderClassName
{
color: #0CFF90;
}
.AnyTagClassName
{
color: #0CFF90;
}
</style>
background-color css
<style>
a { background-color: #0CFF90; }
a { background-color: rgb(12,255,144); }
div.DivClassName
{
background-color: #0CFF90;
}
.BgClassName
{
background-color: #0CFF90;
}
</style>
border-color css
<style>
span { border-color: #0CFF90; }
span { border-color: rgb(12,255,144); }
td.TdClassName
{
border-color: #0CFF90;
}
.TagClassName
{
border-color: #0CFF90;
}
</style>