Shades of Pixie Green #AFC4A1
Tints of Pixie Green #AFC4A1
RGB
CMYK
RGB Variations
Color information
#AFC4A1 (or 0xAFC4A1) is known color: Pixie Green. HEX triplet: AF, C4 and A1. RGB value is (175,196,161). Sum of RGB (Red+Green+Blue) = 175+196+161=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4A1 is #503B5E. Grayscale: #B9B9B9. Windows color (decimal): -5258079 or 10601647. OLE color: 10601647.
HSL color Cylindrical-coordinate representation of color #AFC4A1: hue angle of 96º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AFC4A1 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 161 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.23 |
| HSL | 96º | 0.23% | 0.7% | - |
| HSV(B) | 96º | 0.18% | 0.77% | - |
| XYZ | 43.85 | 51.17 | 41.28 | - |
| YUV | 185.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 161 | 0.11 | 0 | 0.18 | 0.23 | 96 | 0.23 | 0.7 |
| Hex | AF | C4 | A1 | B | 0 | 12 | 17 | 60 | 17 | 46 |
| Octal | 257 | 304 | 241 | 13 | 0 | 22 | 27 | 140 | 27 | 106 |
| Binary | 10101111 | 11000100 | 10100001 | 1011 | 0 | 10010 | 10111 | 1100000 | 10111 | 1000110 |
Color Harmonies of #AFC4A1
Complementary color
Monochromatic Colors of #AFC4A1
Black with #AFC4A1
Text Example
Text Example
White with #AFC4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4A1; }
p { color: rgb(175,196,161); }
H1.HeaderClassName
{
color: #AFC4A1;
}
.AnyTagClassName
{
color: #AFC4A1;
}
</style>
background-color css
<style>
a { background-color: #AFC4A1; }
a { background-color: rgb(175,196,161); }
div.DivClassName
{
background-color: #AFC4A1;
}
.BgClassName
{
background-color: #AFC4A1;
}
</style>
border-color css
<style>
span { border-color: #AFC4A1; }
span { border-color: rgb(175,196,161); }
td.TdClassName
{
border-color: #AFC4A1;
}
.TagClassName
{
border-color: #AFC4A1;
}
</style>