Shades of Feijoa #A2EF69
Tints of Feijoa #A2EF69
RGB
CMYK
RGB Variations
Color information
#A2EF69 (or 0xA2EF69) is known color: Feijoa. HEX triplet: A2, EF and 69. RGB value is (162,239,105). Sum of RGB (Red+Green+Blue) = 162+239+105=506 (67% of max value = 765). Red value is 162 (63.67% from 255 or 32.02% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EF69 is #5D1096. Grayscale: #C9C9C9. Windows color (decimal): -6099095 or 6942626. OLE color: 6942626.
HSL color Cylindrical-coordinate representation of color #A2EF69: hue angle of 94.48º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2EF69 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 105 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.06 |
| HSL | 94.48º | 0.81% | 0.67% | - |
| HSV(B) | 94.48º | 0.56% | 0.94% | - |
| XYZ | 48.32 | 70.43 | 24.41 | - |
| YUV | 200.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 105 | 0.32 | 0 | 0.56 | 0.06 | 94.48 | 0.81 | 0.67 |
| Hex | A2 | EF | 69 | 20 | 0 | 38 | 6 | 5E | 51 | 43 |
| Octal | 242 | 357 | 151 | 40 | 0 | 70 | 6 | 136 | 121 | 103 |
| Binary | 10100010 | 11101111 | 1101001 | 100000 | 0 | 111000 | 110 | 1011110 | 1010001 | 1000011 |
Color Harmonies of #A2EF69
Complementary color
Monochromatic Colors of #A2EF69
Black with #A2EF69
Text Example
Text Example
White with #A2EF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EF69; }
p { color: rgb(162,239,105); }
H1.HeaderClassName
{
color: #A2EF69;
}
.AnyTagClassName
{
color: #A2EF69;
}
</style>
background-color css
<style>
a { background-color: #A2EF69; }
a { background-color: rgb(162,239,105); }
div.DivClassName
{
background-color: #A2EF69;
}
.BgClassName
{
background-color: #A2EF69;
}
</style>
border-color css
<style>
span { border-color: #A2EF69; }
span { border-color: rgb(162,239,105); }
td.TdClassName
{
border-color: #A2EF69;
}
.TagClassName
{
border-color: #A2EF69;
}
</style>