Html Css Color HEX #0BFEAA Medium Spring Green
📋 copy color: '#0BFEAA'red 11 ◦ green 254 ◦ blue 170
Shades of Medium Spring Green #0BFEAA
Tints of Medium Spring Green #0BFEAA
RGB
CMYK
RGB Variations
Color information
#0BFEAA (or 0x0BFEAA) is known color: Medium Spring Green. HEX triplet: 0B, FE and AA. RGB value is (11,254,170). Sum of RGB (Red+Green+Blue) = 11+254+170=435 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.53% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #0BFEAA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFEAA is #F40155. Grayscale: #ABABAB. Windows color (decimal): -15991126 or 11206155. OLE color: 11206155.
HSL color Cylindrical-coordinate representation of color #0BFEAA: hue angle of 159.26º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFEAA is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 254 | 170 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.00 |
| HSL | 159.26º | 0.99% | 0.52% | - |
| HSV(B) | 159.26º | 0.96% | 1% | - |
| XYZ | 42.84 | 73.86 | 50.03 | - |
| YUV | 171.77 | 126.99 | 13.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 254 | 170 | 0.96 | 0 | 0.33 | 0.00 | 159.26 | 0.99 | 0.52 |
| Hex | B | FE | AA | 60 | 0 | 21 | 0 | 9F | 63 | 34 |
| Octal | 13 | 376 | 252 | 140 | 0 | 41 | 0 | 237 | 143 | 64 |
| Binary | 1011 | 11111110 | 10101010 | 1100000 | 0 | 100001 | 0 | 10011111 | 1100011 | 110100 |
Color Harmonies of #0BFEAA
Complementary color
Monochromatic Colors of #0BFEAA
Black with #0BFEAA
Text Example
Text Example
White with #0BFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFEAA; }
p { color: rgb(11,254,170); }
H1.HeaderClassName
{
color: #0BFEAA;
}
.AnyTagClassName
{
color: #0BFEAA;
}
</style>
background-color css
<style>
a { background-color: #0BFEAA; }
a { background-color: rgb(11,254,170); }
div.DivClassName
{
background-color: #0BFEAA;
}
.BgClassName
{
background-color: #0BFEAA;
}
</style>
border-color css
<style>
span { border-color: #0BFEAA; }
span { border-color: rgb(11,254,170); }
td.TdClassName
{
border-color: #0BFEAA;
}
.TagClassName
{
border-color: #0BFEAA;
}
</style>