Html Css Color HEX #0CFF9A Medium Spring Green
📋 copy color: '#0CFF9A'red 12 ◦ green 255 ◦ blue 154
Shades of Medium Spring Green #0CFF9A
Tints of Medium Spring Green #0CFF9A
RGB
CMYK
RGB Variations
Color information
#0CFF9A (or 0x0CFF9A) is known color: Medium Spring Green. HEX triplet: 0C, FF and 9A. RGB value is (12,255,154). Sum of RGB (Red+Green+Blue) = 12+255+154=421 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.85% from 421); Green value is 255 (100% from 255 or 60.57% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF9A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF9A is #F30065. Grayscale: #AAAAAA. Windows color (decimal): -15925350 or 10157836. OLE color: 10157836.
HSL color Cylindrical-coordinate representation of color #0CFF9A: hue angle of 155.06º 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 #0CFF9A is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 154 | - |
| CMYK | 0.95 | 0 | 0.40 | 0 |
| HSL | 155.06º | 1% | 0.52% | - |
| HSV(B) | 155.06º | 0.95% | 1% | - |
| XYZ | 41.74 | 73.93 | 42.64 | - |
| YUV | 170.83 | 118.49 | 14.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 154 | 0.95 | 0 | 0.40 | 0 | 155.06 | 1 | 0.52 |
| Hex | C | FF | 9A | 5F | 0 | 28 | 0 | 9B | 64 | 34 |
| Octal | 14 | 377 | 232 | 137 | 0 | 50 | 0 | 233 | 144 | 64 |
| Binary | 1100 | 11111111 | 10011010 | 1011111 | 0 | 101000 | 0 | 10011011 | 1100100 | 110100 |
Color Harmonies of #0CFF9A
Complementary color
Monochromatic Colors of #0CFF9A
Black with #0CFF9A
Text Example
Text Example
White with #0CFF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFF9A; }
p { color: rgb(12,255,154); }
H1.HeaderClassName
{
color: #0CFF9A;
}
.AnyTagClassName
{
color: #0CFF9A;
}
</style>
background-color css
<style>
a { background-color: #0CFF9A; }
a { background-color: rgb(12,255,154); }
div.DivClassName
{
background-color: #0CFF9A;
}
.BgClassName
{
background-color: #0CFF9A;
}
</style>
border-color css
<style>
span { border-color: #0CFF9A; }
span { border-color: rgb(12,255,154); }
td.TdClassName
{
border-color: #0CFF9A;
}
.TagClassName
{
border-color: #0CFF9A;
}
</style>