Shades of Feijoa #A1F270
Tints of Feijoa #A1F270
RGB
CMYK
RGB Variations
Color information
#A1F270 (or 0xA1F270) is known color: Feijoa. HEX triplet: A1, F2 and 70. RGB value is (161,242,112). Sum of RGB (Red+Green+Blue) = 161+242+112=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F270 is #5E0D8F. Grayscale: #CBCBCB. Windows color (decimal): -6163856 or 7402145. OLE color: 7402145.
HSL color Cylindrical-coordinate representation of color #A1F270: hue angle of 97.38º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A1F270 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 112 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.05 |
| HSL | 97.38º | 0.83% | 0.69% | - |
| HSV(B) | 97.38º | 0.54% | 0.95% | - |
| XYZ | 49.37 | 72.25 | 26.67 | - |
| YUV | 202.96 | 76.66 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 112 | 0.33 | 0 | 0.54 | 0.05 | 97.38 | 0.83 | 0.69 |
| Hex | A1 | F2 | 70 | 21 | 0 | 36 | 5 | 61 | 53 | 45 |
| Octal | 241 | 362 | 160 | 41 | 0 | 66 | 5 | 141 | 123 | 105 |
| Binary | 10100001 | 11110010 | 1110000 | 100001 | 0 | 110110 | 101 | 1100001 | 1010011 | 1000101 |
Color Harmonies of #A1F270
Complementary color
Monochromatic Colors of #A1F270
Black with #A1F270
Text Example
Text Example
White with #A1F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F270; }
p { color: rgb(161,242,112); }
H1.HeaderClassName
{
color: #A1F270;
}
.AnyTagClassName
{
color: #A1F270;
}
</style>
background-color css
<style>
a { background-color: #A1F270; }
a { background-color: rgb(161,242,112); }
div.DivClassName
{
background-color: #A1F270;
}
.BgClassName
{
background-color: #A1F270;
}
</style>
border-color css
<style>
span { border-color: #A1F270; }
span { border-color: rgb(161,242,112); }
td.TdClassName
{
border-color: #A1F270;
}
.TagClassName
{
border-color: #A1F270;
}
</style>