Shades of Feijoa #A8CF7B
Tints of Feijoa #A8CF7B
RGB
CMYK
RGB Variations
Color information
#A8CF7B (or 0xA8CF7B) is known color: Feijoa. HEX triplet: A8, CF and 7B. RGB value is (168,207,123). Sum of RGB (Red+Green+Blue) = 168+207+123=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF7B is #573084. Grayscale: #BABABA. Windows color (decimal): -5714053 or 8114088. OLE color: 8114088.
HSL color Cylindrical-coordinate representation of color #A8CF7B: hue angle of 87.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8CF7B is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 123 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.19 |
| HSL | 87.86º | 0.47% | 0.65% | - |
| HSV(B) | 87.86º | 0.41% | 0.81% | - |
| XYZ | 42.04 | 54.38 | 27.02 | - |
| YUV | 185.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 123 | 0.19 | 0 | 0.41 | 0.19 | 87.86 | 0.47 | 0.65 |
| Hex | A8 | CF | 7B | 13 | 0 | 29 | 13 | 58 | 2F | 41 |
| Octal | 250 | 317 | 173 | 23 | 0 | 51 | 23 | 130 | 57 | 101 |
| Binary | 10101000 | 11001111 | 1111011 | 10011 | 0 | 101001 | 10011 | 1011000 | 101111 | 1000001 |
Color Harmonies of #A8CF7B
Complementary color
Monochromatic Colors of #A8CF7B
Black with #A8CF7B
Text Example
Text Example
White with #A8CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF7B; }
p { color: rgb(168,207,123); }
H1.HeaderClassName
{
color: #A8CF7B;
}
.AnyTagClassName
{
color: #A8CF7B;
}
</style>
background-color css
<style>
a { background-color: #A8CF7B; }
a { background-color: rgb(168,207,123); }
div.DivClassName
{
background-color: #A8CF7B;
}
.BgClassName
{
background-color: #A8CF7B;
}
</style>
border-color css
<style>
span { border-color: #A8CF7B; }
span { border-color: rgb(168,207,123); }
td.TdClassName
{
border-color: #A8CF7B;
}
.TagClassName
{
border-color: #A8CF7B;
}
</style>