Shades of Feijoa #A2D27F
Tints of Feijoa #A2D27F
RGB
CMYK
RGB Variations
Color information
#A2D27F (or 0xA2D27F) is known color: Feijoa. HEX triplet: A2, D2 and 7F. RGB value is (162,210,127). Sum of RGB (Red+Green+Blue) = 162+210+127=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D27F is #5D2D80. Grayscale: #BABABA. Windows color (decimal): -6106497 or 8376994. OLE color: 8376994.
HSL color Cylindrical-coordinate representation of color #A2D27F: hue angle of 94.7º 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 #A2D27F is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 127 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.18 |
| HSL | 94.7º | 0.48% | 0.66% | - |
| HSV(B) | 94.7º | 0.4% | 0.82% | - |
| XYZ | 41.78 | 55.31 | 28.55 | - |
| YUV | 186.19 | 94.6 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 127 | 0.23 | 0 | 0.40 | 0.18 | 94.7 | 0.48 | 0.66 |
| Hex | A2 | D2 | 7F | 17 | 0 | 28 | 12 | 5F | 30 | 42 |
| Octal | 242 | 322 | 177 | 27 | 0 | 50 | 22 | 137 | 60 | 102 |
| Binary | 10100010 | 11010010 | 1111111 | 10111 | 0 | 101000 | 10010 | 1011111 | 110000 | 1000010 |
Color Harmonies of #A2D27F
Complementary color
Monochromatic Colors of #A2D27F
Black with #A2D27F
Text Example
Text Example
White with #A2D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D27F; }
p { color: rgb(162,210,127); }
H1.HeaderClassName
{
color: #A2D27F;
}
.AnyTagClassName
{
color: #A2D27F;
}
</style>
background-color css
<style>
a { background-color: #A2D27F; }
a { background-color: rgb(162,210,127); }
div.DivClassName
{
background-color: #A2D27F;
}
.BgClassName
{
background-color: #A2D27F;
}
</style>
border-color css
<style>
span { border-color: #A2D27F; }
span { border-color: rgb(162,210,127); }
td.TdClassName
{
border-color: #A2D27F;
}
.TagClassName
{
border-color: #A2D27F;
}
</style>