Shades of Feijoa #A1DF7B
Tints of Feijoa #A1DF7B
RGB
CMYK
RGB Variations
Color information
#A1DF7B (or 0xA1DF7B) is known color: Feijoa. HEX triplet: A1, DF and 7B. RGB value is (161,223,123). Sum of RGB (Red+Green+Blue) = 161+223+123=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DF7B is #5E2084. Grayscale: #C1C1C1. Windows color (decimal): -6168709 or 8118177. OLE color: 8118177.
HSL color Cylindrical-coordinate representation of color #A1DF7B: hue angle of 97.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1DF7B is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 123 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.13 |
| HSL | 97.2º | 0.61% | 0.68% | - |
| HSV(B) | 97.2º | 0.45% | 0.87% | - |
| XYZ | 44.66 | 61.78 | 28.31 | - |
| YUV | 193.06 | 88.46 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 123 | 0.28 | 0 | 0.45 | 0.13 | 97.2 | 0.61 | 0.68 |
| Hex | A1 | DF | 7B | 1C | 0 | 2D | D | 61 | 3D | 44 |
| Octal | 241 | 337 | 173 | 34 | 0 | 55 | 15 | 141 | 75 | 104 |
| Binary | 10100001 | 11011111 | 1111011 | 11100 | 0 | 101101 | 1101 | 1100001 | 111101 | 1000100 |
Color Harmonies of #A1DF7B
Complementary color
Monochromatic Colors of #A1DF7B
Black with #A1DF7B
Text Example
Text Example
White with #A1DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF7B; }
p { color: rgb(161,223,123); }
H1.HeaderClassName
{
color: #A1DF7B;
}
.AnyTagClassName
{
color: #A1DF7B;
}
</style>
background-color css
<style>
a { background-color: #A1DF7B; }
a { background-color: rgb(161,223,123); }
div.DivClassName
{
background-color: #A1DF7B;
}
.BgClassName
{
background-color: #A1DF7B;
}
</style>
border-color css
<style>
span { border-color: #A1DF7B; }
span { border-color: rgb(161,223,123); }
td.TdClassName
{
border-color: #A1DF7B;
}
.TagClassName
{
border-color: #A1DF7B;
}
</style>