Shades of Moss Green #B4F2AE
Tints of Moss Green #B4F2AE
RGB
CMYK
RGB Variations
Color information
#B4F2AE (or 0xB4F2AE) is known color: Moss Green. HEX triplet: B4, F2 and AE. RGB value is (180,242,174). Sum of RGB (Red+Green+Blue) = 180+242+174=596 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.20% from 596); Green value is 242 (94.92% from 255 or 40.60% from 596); Blue value is 174 (68.36% from 255 or 29.19% from 596); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F2AE is #4B0D51. Grayscale: #D7D7D7. Windows color (decimal): -4918610 or 11465396. OLE color: 11465396.
HSL color Cylindrical-coordinate representation of color #B4F2AE: hue angle of 114.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4F2AE is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 242 | 174 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.05 |
| HSL | 114.71º | 0.72% | 0.82% | - |
| HSV(B) | 114.71º | 0.28% | 0.95% | - |
| XYZ | 58.21 | 76.26 | 51.7 | - |
| YUV | 215.71 | 104.46 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 242 | 174 | 0.26 | 0 | 0.28 | 0.05 | 114.71 | 0.72 | 0.82 |
| Hex | B4 | F2 | AE | 1A | 0 | 1C | 5 | 73 | 48 | 52 |
| Octal | 264 | 362 | 256 | 32 | 0 | 34 | 5 | 163 | 110 | 122 |
| Binary | 10110100 | 11110010 | 10101110 | 11010 | 0 | 11100 | 101 | 1110011 | 1001000 | 1010010 |
Color Harmonies of #B4F2AE
Complementary color
Monochromatic Colors of #B4F2AE
Black with #B4F2AE
Text Example
Text Example
White with #B4F2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F2AE; }
p { color: rgb(180,242,174); }
H1.HeaderClassName
{
color: #B4F2AE;
}
.AnyTagClassName
{
color: #B4F2AE;
}
</style>
background-color css
<style>
a { background-color: #B4F2AE; }
a { background-color: rgb(180,242,174); }
div.DivClassName
{
background-color: #B4F2AE;
}
.BgClassName
{
background-color: #B4F2AE;
}
</style>
border-color css
<style>
span { border-color: #B4F2AE; }
span { border-color: rgb(180,242,174); }
td.TdClassName
{
border-color: #B4F2AE;
}
.TagClassName
{
border-color: #B4F2AE;
}
</style>