Html Css Color HEX #0CFB92 Medium Spring Green
📋 copy color: '#0CFB92'red 12 ◦ green 251 ◦ blue 146
Shades of Medium Spring Green #0CFB92
Tints of Medium Spring Green #0CFB92
RGB
CMYK
RGB Variations
Color information
#0CFB92 (or 0x0CFB92) is known color: Medium Spring Green. HEX triplet: 0C, FB and 92. RGB value is (12,251,146). Sum of RGB (Red+Green+Blue) = 12+251+146=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 251 (98.44% from 255 or 61.37% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB92 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFB92 is #F3046D. Grayscale: #A7A7A7. Windows color (decimal): -15926382 or 9632524. OLE color: 9632524.
HSL color Cylindrical-coordinate representation of color #0CFB92: hue angle of 153.64º 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 #0CFB92 is Cyan = 0.95, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 251 | 146 | - |
| CMYK | 0.95 | 0 | 0.42 | 0.02 |
| HSL | 153.64º | 0.97% | 0.52% | - |
| HSV(B) | 153.64º | 0.95% | 0.98% | - |
| XYZ | 39.84 | 71.15 | 38.83 | - |
| YUV | 167.57 | 115.82 | 17.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 251 | 146 | 0.95 | 0 | 0.42 | 0.02 | 153.64 | 0.97 | 0.52 |
| Hex | C | FB | 92 | 5F | 0 | 2A | 2 | 9A | 61 | 34 |
| Octal | 14 | 373 | 222 | 137 | 0 | 52 | 2 | 232 | 141 | 64 |
| Binary | 1100 | 11111011 | 10010010 | 1011111 | 0 | 101010 | 10 | 10011010 | 1100001 | 110100 |
Color Harmonies of #0CFB92
Complementary color
Monochromatic Colors of #0CFB92
Black with #0CFB92
Text Example
Text Example
White with #0CFB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFB92; }
p { color: rgb(12,251,146); }
H1.HeaderClassName
{
color: #0CFB92;
}
.AnyTagClassName
{
color: #0CFB92;
}
</style>
background-color css
<style>
a { background-color: #0CFB92; }
a { background-color: rgb(12,251,146); }
div.DivClassName
{
background-color: #0CFB92;
}
.BgClassName
{
background-color: #0CFB92;
}
</style>
border-color css
<style>
span { border-color: #0CFB92; }
span { border-color: rgb(12,251,146); }
td.TdClassName
{
border-color: #0CFB92;
}
.TagClassName
{
border-color: #0CFB92;
}
</style>