Shades of Feijoa #A2F36E
Tints of Feijoa #A2F36E
RGB
CMYK
RGB Variations
Color information
#A2F36E (or 0xA2F36E) is known color: Feijoa. HEX triplet: A2, F3 and 6E. RGB value is (162,243,110). Sum of RGB (Red+Green+Blue) = 162+243+110=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F36E is #5D0C91. Grayscale: #CCCCCC. Windows color (decimal): -6098066 or 7271330. OLE color: 7271330.
HSL color Cylindrical-coordinate representation of color #A2F36E: hue angle of 96.54º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A2F36E is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 110 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.05 |
| HSL | 96.54º | 0.85% | 0.69% | - |
| HSV(B) | 96.54º | 0.55% | 0.95% | - |
| XYZ | 49.77 | 72.91 | 26.2 | - |
| YUV | 203.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 110 | 0.33 | 0 | 0.55 | 0.05 | 96.54 | 0.85 | 0.69 |
| Hex | A2 | F3 | 6E | 21 | 0 | 37 | 5 | 61 | 55 | 45 |
| Octal | 242 | 363 | 156 | 41 | 0 | 67 | 5 | 141 | 125 | 105 |
| Binary | 10100010 | 11110011 | 1101110 | 100001 | 0 | 110111 | 101 | 1100001 | 1010101 | 1000101 |
Color Harmonies of #A2F36E
Complementary color
Monochromatic Colors of #A2F36E
Black with #A2F36E
Text Example
Text Example
White with #A2F36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F36E; }
p { color: rgb(162,243,110); }
H1.HeaderClassName
{
color: #A2F36E;
}
.AnyTagClassName
{
color: #A2F36E;
}
</style>
background-color css
<style>
a { background-color: #A2F36E; }
a { background-color: rgb(162,243,110); }
div.DivClassName
{
background-color: #A2F36E;
}
.BgClassName
{
background-color: #A2F36E;
}
</style>
border-color css
<style>
span { border-color: #A2F36E; }
span { border-color: rgb(162,243,110); }
td.TdClassName
{
border-color: #A2F36E;
}
.TagClassName
{
border-color: #A2F36E;
}
</style>