Shades of Pixie Green #AECB9D
Tints of Pixie Green #AECB9D
RGB
CMYK
RGB Variations
Color information
#AECB9D (or 0xAECB9D) is known color: Pixie Green. HEX triplet: AE, CB and 9D. RGB value is (174,203,157). Sum of RGB (Red+Green+Blue) = 174+203+157=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 203 (79.69% from 255 or 38.01% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECB9D is #513462. Grayscale: #BDBDBD. Windows color (decimal): -5321827 or 10341294. OLE color: 10341294.
HSL color Cylindrical-coordinate representation of color #AECB9D: hue angle of 97.83º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECB9D is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 157 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.20 |
| HSL | 97.83º | 0.31% | 0.71% | - |
| HSV(B) | 97.83º | 0.23% | 0.8% | - |
| XYZ | 44.9 | 54.14 | 39.98 | - |
| YUV | 189.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 157 | 0.14 | 0 | 0.23 | 0.20 | 97.83 | 0.31 | 0.71 |
| Hex | AE | CB | 9D | E | 0 | 17 | 14 | 62 | 1F | 47 |
| Octal | 256 | 313 | 235 | 16 | 0 | 27 | 24 | 142 | 37 | 107 |
| Binary | 10101110 | 11001011 | 10011101 | 1110 | 0 | 10111 | 10100 | 1100010 | 11111 | 1000111 |
Color Harmonies of #AECB9D
Complementary color
Monochromatic Colors of #AECB9D
Black with #AECB9D
Text Example
Text Example
White with #AECB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB9D; }
p { color: rgb(174,203,157); }
H1.HeaderClassName
{
color: #AECB9D;
}
.AnyTagClassName
{
color: #AECB9D;
}
</style>
background-color css
<style>
a { background-color: #AECB9D; }
a { background-color: rgb(174,203,157); }
div.DivClassName
{
background-color: #AECB9D;
}
.BgClassName
{
background-color: #AECB9D;
}
</style>
border-color css
<style>
span { border-color: #AECB9D; }
span { border-color: rgb(174,203,157); }
td.TdClassName
{
border-color: #AECB9D;
}
.TagClassName
{
border-color: #AECB9D;
}
</style>