Shades of Feijoa #A8CF7F
Tints of Feijoa #A8CF7F
RGB
CMYK
RGB Variations
Color information
#A8CF7F (or 0xA8CF7F) is known color: Feijoa. HEX triplet: A8, CF and 7F. RGB value is (168,207,127). Sum of RGB (Red+Green+Blue) = 168+207+127=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF7F is #573080. Grayscale: #BABABA. Windows color (decimal): -5714049 or 8376232. OLE color: 8376232.
HSL color Cylindrical-coordinate representation of color #A8CF7F: hue angle of 89.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8CF7F is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 127 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.19 |
| HSL | 89.25º | 0.45% | 0.65% | - |
| HSV(B) | 89.25º | 0.39% | 0.81% | - |
| XYZ | 42.29 | 54.48 | 28.37 | - |
| YUV | 186.22 | 94.58 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 127 | 0.19 | 0 | 0.39 | 0.19 | 89.25 | 0.45 | 0.65 |
| Hex | A8 | CF | 7F | 13 | 0 | 27 | 13 | 59 | 2D | 41 |
| Octal | 250 | 317 | 177 | 23 | 0 | 47 | 23 | 131 | 55 | 101 |
| Binary | 10101000 | 11001111 | 1111111 | 10011 | 0 | 100111 | 10011 | 1011001 | 101101 | 1000001 |
Color Harmonies of #A8CF7F
Complementary color
Monochromatic Colors of #A8CF7F
Black with #A8CF7F
Text Example
Text Example
White with #A8CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF7F; }
p { color: rgb(168,207,127); }
H1.HeaderClassName
{
color: #A8CF7F;
}
.AnyTagClassName
{
color: #A8CF7F;
}
</style>
background-color css
<style>
a { background-color: #A8CF7F; }
a { background-color: rgb(168,207,127); }
div.DivClassName
{
background-color: #A8CF7F;
}
.BgClassName
{
background-color: #A8CF7F;
}
</style>
border-color css
<style>
span { border-color: #A8CF7F; }
span { border-color: rgb(168,207,127); }
td.TdClassName
{
border-color: #A8CF7F;
}
.TagClassName
{
border-color: #A8CF7F;
}
</style>