Shades of Feijoa #A1D67B
Tints of Feijoa #A1D67B
RGB
CMYK
RGB Variations
Color information
#A1D67B (or 0xA1D67B) is known color: Feijoa. HEX triplet: A1, D6 and 7B. RGB value is (161,214,123). Sum of RGB (Red+Green+Blue) = 161+214+123=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 214 (83.98% from 255 or 42.97% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D67B is #5E2984. Grayscale: #BCBCBC. Windows color (decimal): -6171013 or 8115873. OLE color: 8115873.
HSL color Cylindrical-coordinate representation of color #A1D67B: hue angle of 94.95º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1D67B is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 123 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.16 |
| HSL | 94.95º | 0.53% | 0.66% | - |
| HSV(B) | 94.95º | 0.43% | 0.84% | - |
| XYZ | 42.32 | 57.1 | 27.53 | - |
| YUV | 187.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 123 | 0.25 | 0 | 0.43 | 0.16 | 94.95 | 0.53 | 0.66 |
| Hex | A1 | D6 | 7B | 19 | 0 | 2B | 10 | 5F | 35 | 42 |
| Octal | 241 | 326 | 173 | 31 | 0 | 53 | 20 | 137 | 65 | 102 |
| Binary | 10100001 | 11010110 | 1111011 | 11001 | 0 | 101011 | 10000 | 1011111 | 110101 | 1000010 |
Color Harmonies of #A1D67B
Complementary color
Monochromatic Colors of #A1D67B
Black with #A1D67B
Text Example
Text Example
White with #A1D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D67B; }
p { color: rgb(161,214,123); }
H1.HeaderClassName
{
color: #A1D67B;
}
.AnyTagClassName
{
color: #A1D67B;
}
</style>
background-color css
<style>
a { background-color: #A1D67B; }
a { background-color: rgb(161,214,123); }
div.DivClassName
{
background-color: #A1D67B;
}
.BgClassName
{
background-color: #A1D67B;
}
</style>
border-color css
<style>
span { border-color: #A1D67B; }
span { border-color: rgb(161,214,123); }
td.TdClassName
{
border-color: #A1D67B;
}
.TagClassName
{
border-color: #A1D67B;
}
</style>