Shades of Feijoa #A8CF80
Tints of Feijoa #A8CF80
RGB
CMYK
RGB Variations
Color information
#A8CF80 (or 0xA8CF80) is known color: Feijoa. HEX triplet: A8, CF and 80. RGB value is (168,207,128). Sum of RGB (Red+Green+Blue) = 168+207+128=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 207 (81.25% from 255 or 41.15% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CF80 is #57307F. Grayscale: #BABABA. Windows color (decimal): -5714048 or 8441768. OLE color: 8441768.
HSL color Cylindrical-coordinate representation of color #A8CF80: hue angle of 89.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8CF80 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 128 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.19 |
| HSL | 89.62º | 0.45% | 0.66% | - |
| HSV(B) | 89.62º | 0.38% | 0.81% | - |
| XYZ | 42.36 | 54.51 | 28.71 | - |
| YUV | 186.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 128 | 0.19 | 0 | 0.38 | 0.19 | 89.62 | 0.45 | 0.66 |
| Hex | A8 | CF | 80 | 13 | 0 | 26 | 13 | 5A | 2D | 42 |
| Octal | 250 | 317 | 200 | 23 | 0 | 46 | 23 | 132 | 55 | 102 |
| Binary | 10101000 | 11001111 | 10000000 | 10011 | 0 | 100110 | 10011 | 1011010 | 101101 | 1000010 |
Color Harmonies of #A8CF80
Complementary color
Monochromatic Colors of #A8CF80
Black with #A8CF80
Text Example
Text Example
White with #A8CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF80; }
p { color: rgb(168,207,128); }
H1.HeaderClassName
{
color: #A8CF80;
}
.AnyTagClassName
{
color: #A8CF80;
}
</style>
background-color css
<style>
a { background-color: #A8CF80; }
a { background-color: rgb(168,207,128); }
div.DivClassName
{
background-color: #A8CF80;
}
.BgClassName
{
background-color: #A8CF80;
}
</style>
border-color css
<style>
span { border-color: #A8CF80; }
span { border-color: rgb(168,207,128); }
td.TdClassName
{
border-color: #A8CF80;
}
.TagClassName
{
border-color: #A8CF80;
}
</style>