Shades of Moss Green #B0E0AF
Tints of Moss Green #B0E0AF
RGB
CMYK
RGB Variations
Color information
#B0E0AF (or 0xB0E0AF) is known color: Moss Green. HEX triplet: B0, E0 and AF. RGB value is (176,224,175). Sum of RGB (Red+Green+Blue) = 176+224+175=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E0AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E0AF is #4F1F50. Grayscale: #CCCCCC. Windows color (decimal): -5185361 or 11526320. OLE color: 11526320.
HSL color Cylindrical-coordinate representation of color #B0E0AF: hue angle of 118.78º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B0E0AF is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 175 | - |
| CMYK | 0.21 | 0 | 0.22 | 0.12 |
| HSL | 118.78º | 0.44% | 0.78% | - |
| HSV(B) | 118.78º | 0.22% | 0.88% | - |
| XYZ | 52.3 | 65.64 | 50.47 | - |
| YUV | 204.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 175 | 0.21 | 0 | 0.22 | 0.12 | 118.78 | 0.44 | 0.78 |
| Hex | B0 | E0 | AF | 15 | 0 | 16 | C | 77 | 2C | 4E |
| Octal | 260 | 340 | 257 | 25 | 0 | 26 | 14 | 167 | 54 | 116 |
| Binary | 10110000 | 11100000 | 10101111 | 10101 | 0 | 10110 | 1100 | 1110111 | 101100 | 1001110 |
Color Harmonies of #B0E0AF
Complementary color
Monochromatic Colors of #B0E0AF
Black with #B0E0AF
Text Example
Text Example
White with #B0E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E0AF; }
p { color: rgb(176,224,175); }
H1.HeaderClassName
{
color: #B0E0AF;
}
.AnyTagClassName
{
color: #B0E0AF;
}
</style>
background-color css
<style>
a { background-color: #B0E0AF; }
a { background-color: rgb(176,224,175); }
div.DivClassName
{
background-color: #B0E0AF;
}
.BgClassName
{
background-color: #B0E0AF;
}
</style>
border-color css
<style>
span { border-color: #B0E0AF; }
span { border-color: rgb(176,224,175); }
td.TdClassName
{
border-color: #B0E0AF;
}
.TagClassName
{
border-color: #B0E0AF;
}
</style>