Html Css Color HEX #0CFBB1 Medium Spring Green
📋 copy color: '#0CFBB1'red 12 ◦ green 251 ◦ blue 177
Shades of Medium Spring Green #0CFBB1
Tints of Medium Spring Green #0CFBB1
RGB
CMYK
RGB Variations
Color information
#0CFBB1 (or 0x0CFBB1) is known color: Medium Spring Green. HEX triplet: 0C, FB and B1. RGB value is (12,251,177). Sum of RGB (Red+Green+Blue) = 12+251+177=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 251 (98.44% from 255 or 57.05% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFBB1 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFBB1 is #F3044E. Grayscale: #ABABAB. Windows color (decimal): -15926351 or 11664140. OLE color: 11664140.
HSL color Cylindrical-coordinate representation of color #0CFBB1: hue angle of 161.42º 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 #0CFBB1 is Cyan = 0.95, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 177 | - |
| CMYK | 0.95 | 0 | 0.29 | 0.02 |
| HSL | 161.42º | 0.97% | 0.52% | - |
| HSV(B) | 161.42º | 0.95% | 0.98% | - |
| XYZ | 42.58 | 72.25 | 53.3 | - |
| YUV | 171.1 | 131.32 | 14.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 177 | 0.95 | 0 | 0.29 | 0.02 | 161.42 | 0.97 | 0.52 |
| Hex | C | FB | B1 | 5F | 0 | 1D | 2 | A1 | 61 | 34 |
| Octal | 14 | 373 | 261 | 137 | 0 | 35 | 2 | 241 | 141 | 64 |
| Binary | 1100 | 11111011 | 10110001 | 1011111 | 0 | 11101 | 10 | 10100001 | 1100001 | 110100 |
Color Harmonies of #0CFBB1
Complementary color
Monochromatic Colors of #0CFBB1
Black with #0CFBB1
Text Example
Text Example
White with #0CFBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFBB1; }
p { color: rgb(12,251,177); }
H1.HeaderClassName
{
color: #0CFBB1;
}
.AnyTagClassName
{
color: #0CFBB1;
}
</style>
background-color css
<style>
a { background-color: #0CFBB1; }
a { background-color: rgb(12,251,177); }
div.DivClassName
{
background-color: #0CFBB1;
}
.BgClassName
{
background-color: #0CFBB1;
}
</style>
border-color css
<style>
span { border-color: #0CFBB1; }
span { border-color: rgb(12,251,177); }
td.TdClassName
{
border-color: #0CFBB1;
}
.TagClassName
{
border-color: #0CFBB1;
}
</style>