Html Css Color HEX #0EFFB3 Medium Spring Green
📋 copy color: '#0EFFB3'red 14 ◦ green 255 ◦ blue 179
Shades of Medium Spring Green #0EFFB3
Tints of Medium Spring Green #0EFFB3
RGB
CMYK
RGB Variations
Color information
#0EFFB3 (or 0x0EFFB3) is known color: Medium Spring Green. HEX triplet: 0E, FF and B3. RGB value is (14,255,179). Sum of RGB (Red+Green+Blue) = 14+255+179=448 (59% of max value = 765). Red value is 14 (5.86% from 255 or 3.12% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFB3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0EFFB3 is #F1004C. Grayscale: #AEAEAE. Windows color (decimal): -15794253 or 11796238. OLE color: 11796238.
HSL color Cylindrical-coordinate representation of color #0EFFB3: hue angle of 161.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFB3 is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 179 | - |
| CMYK | 0.95 | 0 | 0.30 | 0 |
| HSL | 161.08º | 1% | 0.53% | - |
| HSV(B) | 161.08º | 0.95% | 1% | - |
| XYZ | 44.08 | 74.87 | 54.78 | - |
| YUV | 174.28 | 130.66 | 13.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 179 | 0.95 | 0 | 0.30 | 0 | 161.08 | 1 | 0.53 |
| Hex | E | FF | B3 | 5F | 0 | 1E | 0 | A1 | 64 | 35 |
| Octal | 16 | 377 | 263 | 137 | 0 | 36 | 0 | 241 | 144 | 65 |
| Binary | 1110 | 11111111 | 10110011 | 1011111 | 0 | 11110 | 0 | 10100001 | 1100100 | 110101 |
Color Harmonies of #0EFFB3
Complementary color
Monochromatic Colors of #0EFFB3
Black with #0EFFB3
Text Example
Text Example
White with #0EFFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFB3; }
p { color: rgb(14,255,179); }
H1.HeaderClassName
{
color: #0EFFB3;
}
.AnyTagClassName
{
color: #0EFFB3;
}
</style>
background-color css
<style>
a { background-color: #0EFFB3; }
a { background-color: rgb(14,255,179); }
div.DivClassName
{
background-color: #0EFFB3;
}
.BgClassName
{
background-color: #0EFFB3;
}
</style>
border-color css
<style>
span { border-color: #0EFFB3; }
span { border-color: rgb(14,255,179); }
td.TdClassName
{
border-color: #0EFFB3;
}
.TagClassName
{
border-color: #0EFFB3;
}
</style>