Shades of Moss Green #B4F0AF
Tints of Moss Green #B4F0AF
RGB
CMYK
RGB Variations
Color information
#B4F0AF (or 0xB4F0AF) is known color: Moss Green. HEX triplet: B4, F0 and AF. RGB value is (180,240,175). Sum of RGB (Red+Green+Blue) = 180+240+175=595 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.25% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F0AF is #4B0F50. Grayscale: #D6D6D6. Windows color (decimal): -4919121 or 11530420. OLE color: 11530420.
HSL color Cylindrical-coordinate representation of color #B4F0AF: hue angle of 115.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F0AF is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 240 | 175 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.06 |
| HSL | 115.38º | 0.68% | 0.81% | - |
| HSV(B) | 115.38º | 0.27% | 0.94% | - |
| XYZ | 57.72 | 75.12 | 52.01 | - |
| YUV | 214.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 240 | 175 | 0.25 | 0 | 0.27 | 0.06 | 115.38 | 0.68 | 0.81 |
| Hex | B4 | F0 | AF | 19 | 0 | 1B | 6 | 73 | 44 | 51 |
| Octal | 264 | 360 | 257 | 31 | 0 | 33 | 6 | 163 | 104 | 121 |
| Binary | 10110100 | 11110000 | 10101111 | 11001 | 0 | 11011 | 110 | 1110011 | 1000100 | 1010001 |
Color Harmonies of #B4F0AF
Complementary color
Monochromatic Colors of #B4F0AF
Black with #B4F0AF
Text Example
Text Example
White with #B4F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F0AF; }
p { color: rgb(180,240,175); }
H1.HeaderClassName
{
color: #B4F0AF;
}
.AnyTagClassName
{
color: #B4F0AF;
}
</style>
background-color css
<style>
a { background-color: #B4F0AF; }
a { background-color: rgb(180,240,175); }
div.DivClassName
{
background-color: #B4F0AF;
}
.BgClassName
{
background-color: #B4F0AF;
}
</style>
border-color css
<style>
span { border-color: #B4F0AF; }
span { border-color: rgb(180,240,175); }
td.TdClassName
{
border-color: #B4F0AF;
}
.TagClassName
{
border-color: #B4F0AF;
}
</style>