Shades of Feijoa #A2F37A
Tints of Feijoa #A2F37A
RGB
CMYK
RGB Variations
Color information
#A2F37A (or 0xA2F37A) is known color: Feijoa. HEX triplet: A2, F3 and 7A. RGB value is (162,243,122). Sum of RGB (Red+Green+Blue) = 162+243+122=527 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.74% from 527); Green value is 243 (95.31% from 255 or 46.11% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F37A is #5D0C85. Grayscale: #CDCDCD. Windows color (decimal): -6098054 or 8057762. OLE color: 8057762.
HSL color Cylindrical-coordinate representation of color #A2F37A: hue angle of 100.17º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A2F37A is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 122 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.05 |
| HSL | 100.17º | 0.83% | 0.72% | - |
| HSV(B) | 100.17º | 0.5% | 0.95% | - |
| XYZ | 50.46 | 73.19 | 29.88 | - |
| YUV | 204.99 | 81.16 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 122 | 0.33 | 0 | 0.50 | 0.05 | 100.17 | 0.83 | 0.72 |
| Hex | A2 | F3 | 7A | 21 | 0 | 32 | 5 | 64 | 53 | 48 |
| Octal | 242 | 363 | 172 | 41 | 0 | 62 | 5 | 144 | 123 | 110 |
| Binary | 10100010 | 11110011 | 1111010 | 100001 | 0 | 110010 | 101 | 1100100 | 1010011 | 1001000 |
Color Harmonies of #A2F37A
Complementary color
Monochromatic Colors of #A2F37A
Black with #A2F37A
Text Example
Text Example
White with #A2F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F37A; }
p { color: rgb(162,243,122); }
H1.HeaderClassName
{
color: #A2F37A;
}
.AnyTagClassName
{
color: #A2F37A;
}
</style>
background-color css
<style>
a { background-color: #A2F37A; }
a { background-color: rgb(162,243,122); }
div.DivClassName
{
background-color: #A2F37A;
}
.BgClassName
{
background-color: #A2F37A;
}
</style>
border-color css
<style>
span { border-color: #A2F37A; }
span { border-color: rgb(162,243,122); }
td.TdClassName
{
border-color: #A2F37A;
}
.TagClassName
{
border-color: #A2F37A;
}
</style>