Shades of Pixie Green #AFC89F
Tints of Pixie Green #AFC89F
RGB
CMYK
RGB Variations
Color information
#AFC89F (or 0xAFC89F) is known color: Pixie Green. HEX triplet: AF, C8 and 9F. RGB value is (175,200,159). Sum of RGB (Red+Green+Blue) = 175+200+159=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC89F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC89F is #503760. Grayscale: #BBBBBB. Windows color (decimal): -5257057 or 10471599. OLE color: 10471599.
HSL color Cylindrical-coordinate representation of color #AFC89F: hue angle of 96.59º degrees, saturation: 0.27, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC89F is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 159 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.22 |
| HSL | 96.59º | 0.27% | 0.7% | - |
| HSV(B) | 96.59º | 0.21% | 0.78% | - |
| XYZ | 44.59 | 52.93 | 40.67 | - |
| YUV | 187.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 159 | 0.12 | 0 | 0.20 | 0.22 | 96.59 | 0.27 | 0.7 |
| Hex | AF | C8 | 9F | C | 0 | 14 | 16 | 61 | 1B | 46 |
| Octal | 257 | 310 | 237 | 14 | 0 | 24 | 26 | 141 | 33 | 106 |
| Binary | 10101111 | 11001000 | 10011111 | 1100 | 0 | 10100 | 10110 | 1100001 | 11011 | 1000110 |
Color Harmonies of #AFC89F
Complementary color
Monochromatic Colors of #AFC89F
Black with #AFC89F
Text Example
Text Example
White with #AFC89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC89F; }
p { color: rgb(175,200,159); }
H1.HeaderClassName
{
color: #AFC89F;
}
.AnyTagClassName
{
color: #AFC89F;
}
</style>
background-color css
<style>
a { background-color: #AFC89F; }
a { background-color: rgb(175,200,159); }
div.DivClassName
{
background-color: #AFC89F;
}
.BgClassName
{
background-color: #AFC89F;
}
</style>
border-color css
<style>
span { border-color: #AFC89F; }
span { border-color: rgb(175,200,159); }
td.TdClassName
{
border-color: #AFC89F;
}
.TagClassName
{
border-color: #AFC89F;
}
</style>