Html Css Color HEX #0CFFB8 Medium Spring Green
📋 copy color: '#0CFFB8'red 12 ◦ green 255 ◦ blue 184
Shades of Medium Spring Green #0CFFB8
Tints of Medium Spring Green #0CFFB8
RGB
CMYK
RGB Variations
Color information
#0CFFB8 (or 0x0CFFB8) is known color: Medium Spring Green. HEX triplet: 0C, FF and B8. RGB value is (12,255,184). Sum of RGB (Red+Green+Blue) = 12+255+184=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 184 (72.27% from 255 or 40.80% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFB8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFB8 is #F30047. Grayscale: #AEAEAE. Windows color (decimal): -15925320 or 12123916. OLE color: 12123916.
HSL color Cylindrical-coordinate representation of color #0CFFB8: hue angle of 162.47º 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 #0CFFB8 is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 184 | - |
| CMYK | 0.95 | 0 | 0.28 | 0 |
| HSL | 162.47º | 1% | 0.52% | - |
| HSV(B) | 162.47º | 0.95% | 1% | - |
| XYZ | 44.56 | 75.06 | 57.49 | - |
| YUV | 174.25 | 133.49 | 12.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 184 | 0.95 | 0 | 0.28 | 0 | 162.47 | 1 | 0.52 |
| Hex | C | FF | B8 | 5F | 0 | 1C | 0 | A2 | 64 | 34 |
| Octal | 14 | 377 | 270 | 137 | 0 | 34 | 0 | 242 | 144 | 64 |
| Binary | 1100 | 11111111 | 10111000 | 1011111 | 0 | 11100 | 0 | 10100010 | 1100100 | 110100 |
Color Harmonies of #0CFFB8
Complementary color
Monochromatic Colors of #0CFFB8
Black with #0CFFB8
Text Example
Text Example
White with #0CFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFB8; }
p { color: rgb(12,255,184); }
H1.HeaderClassName
{
color: #0CFFB8;
}
.AnyTagClassName
{
color: #0CFFB8;
}
</style>
background-color css
<style>
a { background-color: #0CFFB8; }
a { background-color: rgb(12,255,184); }
div.DivClassName
{
background-color: #0CFFB8;
}
.BgClassName
{
background-color: #0CFFB8;
}
</style>
border-color css
<style>
span { border-color: #0CFFB8; }
span { border-color: rgb(12,255,184); }
td.TdClassName
{
border-color: #0CFFB8;
}
.TagClassName
{
border-color: #0CFFB8;
}
</style>