Shades of Pale Green #B0FDA9
Tints of Pale Green #B0FDA9
RGB
CMYK
RGB Variations
Color information
#B0FDA9 (or 0xB0FDA9) is known color: Pale Green. HEX triplet: B0, FD and A9. RGB value is (176,253,169). Sum of RGB (Red+Green+Blue) = 176+253+169=598 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.43% from 598); Green value is 253 (99.22% from 255 or 42.31% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FDA9 is #4F0256. Grayscale: #DCDCDC. Windows color (decimal): -5177943 or 11140528. OLE color: 11140528.
HSL color Cylindrical-coordinate representation of color #B0FDA9: hue angle of 115º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0FDA9 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 169 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.01 |
| HSL | 115º | 0.95% | 0.83% | - |
| HSV(B) | 115º | 0.33% | 0.99% | - |
| XYZ | 60.19 | 82.35 | 50.26 | - |
| YUV | 220.4 | 98.99 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 169 | 0.30 | 0 | 0.33 | 0.01 | 115 | 0.95 | 0.83 |
| Hex | B0 | FD | A9 | 1E | 0 | 21 | 1 | 73 | 5F | 53 |
| Octal | 260 | 375 | 251 | 36 | 0 | 41 | 1 | 163 | 137 | 123 |
| Binary | 10110000 | 11111101 | 10101001 | 11110 | 0 | 100001 | 1 | 1110011 | 1011111 | 1010011 |
Color Harmonies of #B0FDA9
Complementary color
Monochromatic Colors of #B0FDA9
Black with #B0FDA9
Text Example
Text Example
White with #B0FDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDA9; }
p { color: rgb(176,253,169); }
H1.HeaderClassName
{
color: #B0FDA9;
}
.AnyTagClassName
{
color: #B0FDA9;
}
</style>
background-color css
<style>
a { background-color: #B0FDA9; }
a { background-color: rgb(176,253,169); }
div.DivClassName
{
background-color: #B0FDA9;
}
.BgClassName
{
background-color: #B0FDA9;
}
</style>
border-color css
<style>
span { border-color: #B0FDA9; }
span { border-color: rgb(176,253,169); }
td.TdClassName
{
border-color: #B0FDA9;
}
.TagClassName
{
border-color: #B0FDA9;
}
</style>