Html Css Color HEX #0CFE90 Medium Spring Green
📋 copy color: '#0CFE90'red 12 ◦ green 254 ◦ blue 144
Shades of Medium Spring Green #0CFE90
Tints of Medium Spring Green #0CFE90
RGB
CMYK
RGB Variations
Color information
#0CFE90 (or 0x0CFE90) is known color: Medium Spring Green. HEX triplet: 0C, FE and 90. RGB value is (12,254,144). Sum of RGB (Red+Green+Blue) = 12+254+144=410 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 410); Green value is 254 (99.61% from 255 or 61.95% from 410); Blue value is 144 (56.64% from 255 or 35.12% from 410); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFE90 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFE90 is #F3016F. Grayscale: #A9A9A9. Windows color (decimal): -15925616 or 9502220. OLE color: 9502220.
HSL color Cylindrical-coordinate representation of color #0CFE90: hue angle of 152.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFE90 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 144 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.00 |
| HSL | 152.73º | 0.99% | 0.52% | - |
| HSV(B) | 152.73º | 0.95% | 1% | - |
| XYZ | 40.63 | 72.98 | 38.33 | - |
| YUV | 169.1 | 113.83 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 144 | 0.95 | 0 | 0.43 | 0.00 | 152.73 | 0.99 | 0.52 |
| Hex | C | FE | 90 | 5F | 0 | 2B | 0 | 99 | 63 | 34 |
| Octal | 14 | 376 | 220 | 137 | 0 | 53 | 0 | 231 | 143 | 64 |
| Binary | 1100 | 11111110 | 10010000 | 1011111 | 0 | 101011 | 0 | 10011001 | 1100011 | 110100 |
Color Harmonies of #0CFE90
Complementary color
Monochromatic Colors of #0CFE90
Black with #0CFE90
Text Example
Text Example
White with #0CFE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFE90; }
p { color: rgb(12,254,144); }
H1.HeaderClassName
{
color: #0CFE90;
}
.AnyTagClassName
{
color: #0CFE90;
}
</style>
background-color css
<style>
a { background-color: #0CFE90; }
a { background-color: rgb(12,254,144); }
div.DivClassName
{
background-color: #0CFE90;
}
.BgClassName
{
background-color: #0CFE90;
}
</style>
border-color css
<style>
span { border-color: #0CFE90; }
span { border-color: rgb(12,254,144); }
td.TdClassName
{
border-color: #0CFE90;
}
.TagClassName
{
border-color: #0CFE90;
}
</style>