Shades of Feijoa #A1F27C
Tints of Feijoa #A1F27C
RGB
CMYK
RGB Variations
Color information
#A1F27C (or 0xA1F27C) is known color: Feijoa. HEX triplet: A1, F2 and 7C. RGB value is (161,242,124). Sum of RGB (Red+Green+Blue) = 161+242+124=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F27C is #5E0D83. Grayscale: #CCCCCC. Windows color (decimal): -6163844 or 8188577. OLE color: 8188577.
HSL color Cylindrical-coordinate representation of color #A1F27C: hue angle of 101.19º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1F27C is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 124 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.05 |
| HSL | 101.19º | 0.82% | 0.72% | - |
| HSV(B) | 101.19º | 0.49% | 0.95% | - |
| XYZ | 50.09 | 72.54 | 30.43 | - |
| YUV | 204.33 | 82.66 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 124 | 0.33 | 0 | 0.49 | 0.05 | 101.19 | 0.82 | 0.72 |
| Hex | A1 | F2 | 7C | 21 | 0 | 31 | 5 | 65 | 52 | 48 |
| Octal | 241 | 362 | 174 | 41 | 0 | 61 | 5 | 145 | 122 | 110 |
| Binary | 10100001 | 11110010 | 1111100 | 100001 | 0 | 110001 | 101 | 1100101 | 1010010 | 1001000 |
Color Harmonies of #A1F27C
Complementary color
Monochromatic Colors of #A1F27C
Black with #A1F27C
Text Example
Text Example
White with #A1F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F27C; }
p { color: rgb(161,242,124); }
H1.HeaderClassName
{
color: #A1F27C;
}
.AnyTagClassName
{
color: #A1F27C;
}
</style>
background-color css
<style>
a { background-color: #A1F27C; }
a { background-color: rgb(161,242,124); }
div.DivClassName
{
background-color: #A1F27C;
}
.BgClassName
{
background-color: #A1F27C;
}
</style>
border-color css
<style>
span { border-color: #A1F27C; }
span { border-color: rgb(161,242,124); }
td.TdClassName
{
border-color: #A1F27C;
}
.TagClassName
{
border-color: #A1F27C;
}
</style>