Shades of Feijoa #A1D27E
Tints of Feijoa #A1D27E
RGB
CMYK
RGB Variations
Color information
#A1D27E (or 0xA1D27E) is known color: Feijoa. HEX triplet: A1, D2 and 7E. RGB value is (161,210,126). Sum of RGB (Red+Green+Blue) = 161+210+126=497 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.39% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 126 (49.61% from 255 or 25.35% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #A1D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D27E is #5E2D81. Grayscale: #BABABA. Windows color (decimal): -6172034 or 8311457. OLE color: 8311457.
HSL color Cylindrical-coordinate representation of color #A1D27E: hue angle of 95º 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 #A1D27E is Cyan = 0.23, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 210 | 126 | - |
| CMYK | 0.23 | 0 | 0.4 | 0.18 |
| HSL | 95º | 0.48% | 0.66% | - |
| HSV(B) | 95º | 0.4% | 0.82% | - |
| XYZ | 41.51 | 55.18 | 28.2 | - |
| YUV | 185.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 210 | 126 | 0.23 | 0 | 0.4 | 0.18 | 95 | 0.48 | 0.66 |
| Hex | A1 | D2 | 7E | 17 | 0 | 28 | 12 | 5F | 30 | 42 |
| Octal | 241 | 322 | 176 | 27 | 0 | 50 | 22 | 137 | 60 | 102 |
| Binary | 10100001 | 11010010 | 1111110 | 10111 | 0 | 101000 | 10010 | 1011111 | 110000 | 1000010 |
Color Harmonies of #A1D27E
Complementary color
Monochromatic Colors of #A1D27E
Black with #A1D27E
Text Example
Text Example
White with #A1D27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D27E; }
p { color: rgb(161,210,126); }
H1.HeaderClassName
{
color: #A1D27E;
}
.AnyTagClassName
{
color: #A1D27E;
}
</style>
background-color css
<style>
a { background-color: #A1D27E; }
a { background-color: rgb(161,210,126); }
div.DivClassName
{
background-color: #A1D27E;
}
.BgClassName
{
background-color: #A1D27E;
}
</style>
border-color css
<style>
span { border-color: #A1D27E; }
span { border-color: rgb(161,210,126); }
td.TdClassName
{
border-color: #A1D27E;
}
.TagClassName
{
border-color: #A1D27E;
}
</style>