Shades of Feijoa #A1D27F
Tints of Feijoa #A1D27F
RGB
CMYK
RGB Variations
Color information
#A1D27F (or 0xA1D27F) is known color: Feijoa. HEX triplet: A1, D2 and 7F. RGB value is (161,210,127). Sum of RGB (Red+Green+Blue) = 161+210+127=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 127 (50% from 255 or 25.50% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D27F is #5E2D80. Grayscale: #BABABA. Windows color (decimal): -6172033 or 8376993. OLE color: 8376993.
HSL color Cylindrical-coordinate representation of color #A1D27F: hue angle of 95.42º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1D27F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 127 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.18 |
| HSL | 95.42º | 0.48% | 0.66% | - |
| HSV(B) | 95.42º | 0.4% | 0.82% | - |
| XYZ | 41.58 | 55.2 | 28.54 | - |
| YUV | 185.89 | 94.77 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 127 | 0.23 | 0 | 0.40 | 0.18 | 95.42 | 0.48 | 0.66 |
| Hex | A1 | D2 | 7F | 17 | 0 | 28 | 12 | 5F | 30 | 42 |
| Octal | 241 | 322 | 177 | 27 | 0 | 50 | 22 | 137 | 60 | 102 |
| Binary | 10100001 | 11010010 | 1111111 | 10111 | 0 | 101000 | 10010 | 1011111 | 110000 | 1000010 |
Color Harmonies of #A1D27F
Complementary color
Monochromatic Colors of #A1D27F
Black with #A1D27F
Text Example
Text Example
White with #A1D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D27F; }
p { color: rgb(161,210,127); }
H1.HeaderClassName
{
color: #A1D27F;
}
.AnyTagClassName
{
color: #A1D27F;
}
</style>
background-color css
<style>
a { background-color: #A1D27F; }
a { background-color: rgb(161,210,127); }
div.DivClassName
{
background-color: #A1D27F;
}
.BgClassName
{
background-color: #A1D27F;
}
</style>
border-color css
<style>
span { border-color: #A1D27F; }
span { border-color: rgb(161,210,127); }
td.TdClassName
{
border-color: #A1D27F;
}
.TagClassName
{
border-color: #A1D27F;
}
</style>