Html Css Color HEX #0CFBB9 Medium Spring Green
📋 copy color: '#0CFBB9'red 12 ◦ green 251 ◦ blue 185
Shades of Medium Spring Green #0CFBB9
Tints of Medium Spring Green #0CFBB9
RGB
CMYK
RGB Variations
Color information
#0CFBB9 (or 0x0CFBB9) is known color: Medium Spring Green. HEX triplet: 0C, FB and B9. RGB value is (12,251,185). Sum of RGB (Red+Green+Blue) = 12+251+185=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFBB9 is #F30446. Grayscale: #ACACAC. Windows color (decimal): -15926343 or 12188428. OLE color: 12188428.
HSL color Cylindrical-coordinate representation of color #0CFBB9: hue angle of 163.43º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFBB9 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 185 | - |
| CMYK | 0.95 | 0 | 0.26 | 0.02 |
| HSL | 163.43º | 0.97% | 0.52% | - |
| HSV(B) | 163.43º | 0.95% | 0.98% | - |
| XYZ | 43.41 | 72.58 | 57.62 | - |
| YUV | 172.02 | 135.32 | 13.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 185 | 0.95 | 0 | 0.26 | 0.02 | 163.43 | 0.97 | 0.52 |
| Hex | C | FB | B9 | 5F | 0 | 1A | 2 | A3 | 61 | 34 |
| Octal | 14 | 373 | 271 | 137 | 0 | 32 | 2 | 243 | 141 | 64 |
| Binary | 1100 | 11111011 | 10111001 | 1011111 | 0 | 11010 | 10 | 10100011 | 1100001 | 110100 |
Color Harmonies of #0CFBB9
Complementary color
Monochromatic Colors of #0CFBB9
Black with #0CFBB9
Text Example
Text Example
White with #0CFBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBB9; }
p { color: rgb(12,251,185); }
H1.HeaderClassName
{
color: #0CFBB9;
}
.AnyTagClassName
{
color: #0CFBB9;
}
</style>
background-color css
<style>
a { background-color: #0CFBB9; }
a { background-color: rgb(12,251,185); }
div.DivClassName
{
background-color: #0CFBB9;
}
.BgClassName
{
background-color: #0CFBB9;
}
</style>
border-color css
<style>
span { border-color: #0CFBB9; }
span { border-color: rgb(12,251,185); }
td.TdClassName
{
border-color: #0CFBB9;
}
.TagClassName
{
border-color: #0CFBB9;
}
</style>