Shades of Pixie Green #BADD9A
Tints of Pixie Green #BADD9A
RGB
CMYK
RGB Variations
Color information
#BADD9A (or 0xBADD9A) is known color: Pixie Green. HEX triplet: BA, DD and 9A. RGB value is (186,221,154). Sum of RGB (Red+Green+Blue) = 186+221+154=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 221 (86.72% from 255 or 39.39% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD9A is #452265. Grayscale: #CBCBCB. Windows color (decimal): -4530790 or 10149306. OLE color: 10149306.
HSL color Cylindrical-coordinate representation of color #BADD9A: hue angle of 91.34º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BADD9A is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 154 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.13 |
| HSL | 91.34º | 0.5% | 0.74% | - |
| HSV(B) | 91.34º | 0.3% | 0.87% | - |
| XYZ | 51.94 | 64.49 | 40.28 | - |
| YUV | 202.9 | 100.4 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 154 | 0.16 | 0 | 0.30 | 0.13 | 91.34 | 0.5 | 0.74 |
| Hex | BA | DD | 9A | 10 | 0 | 1E | D | 5B | 32 | 4A |
| Octal | 272 | 335 | 232 | 20 | 0 | 36 | 15 | 133 | 62 | 112 |
| Binary | 10111010 | 11011101 | 10011010 | 10000 | 0 | 11110 | 1101 | 1011011 | 110010 | 1001010 |
Color Harmonies of #BADD9A
Complementary color
Monochromatic Colors of #BADD9A
Black with #BADD9A
Text Example
Text Example
White with #BADD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD9A; }
p { color: rgb(186,221,154); }
H1.HeaderClassName
{
color: #BADD9A;
}
.AnyTagClassName
{
color: #BADD9A;
}
</style>
background-color css
<style>
a { background-color: #BADD9A; }
a { background-color: rgb(186,221,154); }
div.DivClassName
{
background-color: #BADD9A;
}
.BgClassName
{
background-color: #BADD9A;
}
</style>
border-color css
<style>
span { border-color: #BADD9A; }
span { border-color: rgb(186,221,154); }
td.TdClassName
{
border-color: #BADD9A;
}
.TagClassName
{
border-color: #BADD9A;
}
</style>