Shades of Feijoa #A8CF76
Tints of Feijoa #A8CF76
RGB
CMYK
RGB Variations
Color information
#A8CF76 (or 0xA8CF76) is known color: Feijoa. HEX triplet: A8, CF and 76. RGB value is (168,207,118). Sum of RGB (Red+Green+Blue) = 168+207+118=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF76 is #573089. Grayscale: #B9B9B9. Windows color (decimal): -5714058 or 7786408. OLE color: 7786408.
HSL color Cylindrical-coordinate representation of color #A8CF76: hue angle of 86.29º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8CF76 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 118 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.19 |
| HSL | 86.29º | 0.48% | 0.64% | - |
| HSV(B) | 86.29º | 0.43% | 0.81% | - |
| XYZ | 41.73 | 54.26 | 25.41 | - |
| YUV | 185.19 | 90.08 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 118 | 0.19 | 0 | 0.43 | 0.19 | 86.29 | 0.48 | 0.64 |
| Hex | A8 | CF | 76 | 13 | 0 | 2B | 13 | 56 | 30 | 40 |
| Octal | 250 | 317 | 166 | 23 | 0 | 53 | 23 | 126 | 60 | 100 |
| Binary | 10101000 | 11001111 | 1110110 | 10011 | 0 | 101011 | 10011 | 1010110 | 110000 | 1000000 |
Color Harmonies of #A8CF76
Complementary color
Monochromatic Colors of #A8CF76
Black with #A8CF76
Text Example
Text Example
White with #A8CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF76; }
p { color: rgb(168,207,118); }
H1.HeaderClassName
{
color: #A8CF76;
}
.AnyTagClassName
{
color: #A8CF76;
}
</style>
background-color css
<style>
a { background-color: #A8CF76; }
a { background-color: rgb(168,207,118); }
div.DivClassName
{
background-color: #A8CF76;
}
.BgClassName
{
background-color: #A8CF76;
}
</style>
border-color css
<style>
span { border-color: #A8CF76; }
span { border-color: rgb(168,207,118); }
td.TdClassName
{
border-color: #A8CF76;
}
.TagClassName
{
border-color: #A8CF76;
}
</style>