Shades of Feijoa #A2DF7F
Tints of Feijoa #A2DF7F
RGB
CMYK
RGB Variations
Color information
#A2DF7F (or 0xA2DF7F) is known color: Feijoa. HEX triplet: A2, DF and 7F. RGB value is (162,223,127). Sum of RGB (Red+Green+Blue) = 162+223+127=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DF7F is #5D2080. Grayscale: #C2C2C2. Windows color (decimal): -6103169 or 8380322. OLE color: 8380322.
HSL color Cylindrical-coordinate representation of color #A2DF7F: hue angle of 98.12º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2DF7F is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 127 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.13 |
| HSL | 98.13º | 0.6% | 0.69% | - |
| HSV(B) | 98.13º | 0.43% | 0.87% | - |
| XYZ | 45.12 | 61.99 | 29.67 | - |
| YUV | 193.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 127 | 0.27 | 0 | 0.43 | 0.13 | 98.13 | 0.6 | 0.69 |
| Hex | A2 | DF | 7F | 1B | 0 | 2B | D | 62 | 3C | 45 |
| Octal | 242 | 337 | 177 | 33 | 0 | 53 | 15 | 142 | 74 | 105 |
| Binary | 10100010 | 11011111 | 1111111 | 11011 | 0 | 101011 | 1101 | 1100010 | 111100 | 1000101 |
Color Harmonies of #A2DF7F
Complementary color
Monochromatic Colors of #A2DF7F
Black with #A2DF7F
Text Example
Text Example
White with #A2DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF7F; }
p { color: rgb(162,223,127); }
H1.HeaderClassName
{
color: #A2DF7F;
}
.AnyTagClassName
{
color: #A2DF7F;
}
</style>
background-color css
<style>
a { background-color: #A2DF7F; }
a { background-color: rgb(162,223,127); }
div.DivClassName
{
background-color: #A2DF7F;
}
.BgClassName
{
background-color: #A2DF7F;
}
</style>
border-color css
<style>
span { border-color: #A2DF7F; }
span { border-color: rgb(162,223,127); }
td.TdClassName
{
border-color: #A2DF7F;
}
.TagClassName
{
border-color: #A2DF7F;
}
</style>