Shades of Feijoa #A2E17F
Tints of Feijoa #A2E17F
RGB
CMYK
RGB Variations
Color information
#A2E17F (or 0xA2E17F) is known color: Feijoa. HEX triplet: A2, E1 and 7F. RGB value is (162,225,127). Sum of RGB (Red+Green+Blue) = 162+225+127=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E17F is #5D1E80. Grayscale: #C3C3C3. Windows color (decimal): -6102657 or 8380834. OLE color: 8380834.
HSL color Cylindrical-coordinate representation of color #A2E17F: hue angle of 98.57º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2E17F is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 127 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.12 |
| HSL | 98.57º | 0.62% | 0.69% | - |
| HSV(B) | 98.57º | 0.44% | 0.88% | - |
| XYZ | 45.66 | 63.06 | 29.84 | - |
| YUV | 194.99 | 89.63 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 127 | 0.28 | 0 | 0.44 | 0.12 | 98.57 | 0.62 | 0.69 |
| Hex | A2 | E1 | 7F | 1C | 0 | 2C | C | 63 | 3E | 45 |
| Octal | 242 | 341 | 177 | 34 | 0 | 54 | 14 | 143 | 76 | 105 |
| Binary | 10100010 | 11100001 | 1111111 | 11100 | 0 | 101100 | 1100 | 1100011 | 111110 | 1000101 |
Color Harmonies of #A2E17F
Complementary color
Monochromatic Colors of #A2E17F
Black with #A2E17F
Text Example
Text Example
White with #A2E17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E17F; }
p { color: rgb(162,225,127); }
H1.HeaderClassName
{
color: #A2E17F;
}
.AnyTagClassName
{
color: #A2E17F;
}
</style>
background-color css
<style>
a { background-color: #A2E17F; }
a { background-color: rgb(162,225,127); }
div.DivClassName
{
background-color: #A2E17F;
}
.BgClassName
{
background-color: #A2E17F;
}
</style>
border-color css
<style>
span { border-color: #A2E17F; }
span { border-color: rgb(162,225,127); }
td.TdClassName
{
border-color: #A2E17F;
}
.TagClassName
{
border-color: #A2E17F;
}
</style>