Shades of Feijoa #A1CF7B
Tints of Feijoa #A1CF7B
RGB
CMYK
RGB Variations
Color information
#A1CF7B (or 0xA1CF7B) is known color: Feijoa. HEX triplet: A1, CF and 7B. RGB value is (161,207,123). Sum of RGB (Red+Green+Blue) = 161+207+123=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #A1CF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CF7B is #5E3084. Grayscale: #B7B7B7. Windows color (decimal): -6172805 or 8114081. OLE color: 8114081.
HSL color Cylindrical-coordinate representation of color #A1CF7B: hue angle of 92.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 #A1CF7B is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 207 | 123 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.19 |
| HSL | 92.86º | 0.47% | 0.65% | - |
| HSV(B) | 92.86º | 0.41% | 0.81% | - |
| XYZ | 40.59 | 53.63 | 26.95 | - |
| YUV | 183.67 | 93.76 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 207 | 123 | 0.22 | 0 | 0.41 | 0.19 | 92.86 | 0.47 | 0.65 |
| Hex | A1 | CF | 7B | 16 | 0 | 29 | 13 | 5D | 2F | 41 |
| Octal | 241 | 317 | 173 | 26 | 0 | 51 | 23 | 135 | 57 | 101 |
| Binary | 10100001 | 11001111 | 1111011 | 10110 | 0 | 101001 | 10011 | 1011101 | 101111 | 1000001 |
Color Harmonies of #A1CF7B
Complementary color
Monochromatic Colors of #A1CF7B
Black with #A1CF7B
Text Example
Text Example
White with #A1CF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CF7B; }
p { color: rgb(161,207,123); }
H1.HeaderClassName
{
color: #A1CF7B;
}
.AnyTagClassName
{
color: #A1CF7B;
}
</style>
background-color css
<style>
a { background-color: #A1CF7B; }
a { background-color: rgb(161,207,123); }
div.DivClassName
{
background-color: #A1CF7B;
}
.BgClassName
{
background-color: #A1CF7B;
}
</style>
border-color css
<style>
span { border-color: #A1CF7B; }
span { border-color: rgb(161,207,123); }
td.TdClassName
{
border-color: #A1CF7B;
}
.TagClassName
{
border-color: #A1CF7B;
}
</style>