Shades of Feijoa #A2F569
Tints of Feijoa #A2F569
RGB
CMYK
RGB Variations
Color information
#A2F569 (or 0xA2F569) is known color: Feijoa. HEX triplet: A2, F5 and 69. RGB value is (162,245,105). Sum of RGB (Red+Green+Blue) = 162+245+105=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #A2F569 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F569 is #5D0A96. Grayscale: #CCCCCC. Windows color (decimal): -6097559 or 6944162. OLE color: 6944162.
HSL color Cylindrical-coordinate representation of color #A2F569: hue angle of 95.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A2F569 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 245 | 105 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.04 |
| HSL | 95.57º | 0.88% | 0.69% | - |
| HSV(B) | 95.57º | 0.57% | 0.96% | - |
| XYZ | 50.1 | 74.01 | 25.01 | - |
| YUV | 204.22 | 72 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 245 | 105 | 0.34 | 0 | 0.57 | 0.04 | 95.57 | 0.88 | 0.69 |
| Hex | A2 | F5 | 69 | 22 | 0 | 39 | 4 | 60 | 58 | 45 |
| Octal | 242 | 365 | 151 | 42 | 0 | 71 | 4 | 140 | 130 | 105 |
| Binary | 10100010 | 11110101 | 1101001 | 100010 | 0 | 111001 | 100 | 1100000 | 1011000 | 1000101 |
Color Harmonies of #A2F569
Complementary color
Monochromatic Colors of #A2F569
Black with #A2F569
Text Example
Text Example
White with #A2F569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F569; }
p { color: rgb(162,245,105); }
H1.HeaderClassName
{
color: #A2F569;
}
.AnyTagClassName
{
color: #A2F569;
}
</style>
background-color css
<style>
a { background-color: #A2F569; }
a { background-color: rgb(162,245,105); }
div.DivClassName
{
background-color: #A2F569;
}
.BgClassName
{
background-color: #A2F569;
}
</style>
border-color css
<style>
span { border-color: #A2F569; }
span { border-color: rgb(162,245,105); }
td.TdClassName
{
border-color: #A2F569;
}
.TagClassName
{
border-color: #A2F569;
}
</style>