Shades of Feijoa #A1F97D
Tints of Feijoa #A1F97D
RGB
CMYK
RGB Variations
Color information
#A1F97D (or 0xA1F97D) is known color: Feijoa. HEX triplet: A1, F9 and 7D. RGB value is (161,249,125). Sum of RGB (Red+Green+Blue) = 161+249+125=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F97D is #5E0682. Grayscale: #D0D0D0. Windows color (decimal): -6162051 or 8255905. OLE color: 8255905.
HSL color Cylindrical-coordinate representation of color #A1F97D: hue angle of 102.58º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1F97D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 125 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.02 |
| HSL | 102.58º | 0.91% | 0.73% | - |
| HSV(B) | 102.58º | 0.5% | 0.98% | - |
| XYZ | 52.28 | 76.81 | 31.47 | - |
| YUV | 208.55 | 80.85 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 125 | 0.35 | 0 | 0.50 | 0.02 | 102.58 | 0.91 | 0.73 |
| Hex | A1 | F9 | 7D | 23 | 0 | 32 | 2 | 67 | 5B | 49 |
| Octal | 241 | 371 | 175 | 43 | 0 | 62 | 2 | 147 | 133 | 111 |
| Binary | 10100001 | 11111001 | 1111101 | 100011 | 0 | 110010 | 10 | 1100111 | 1011011 | 1001001 |
Color Harmonies of #A1F97D
Complementary color
Monochromatic Colors of #A1F97D
Black with #A1F97D
Text Example
Text Example
White with #A1F97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F97D; }
p { color: rgb(161,249,125); }
H1.HeaderClassName
{
color: #A1F97D;
}
.AnyTagClassName
{
color: #A1F97D;
}
</style>
background-color css
<style>
a { background-color: #A1F97D; }
a { background-color: rgb(161,249,125); }
div.DivClassName
{
background-color: #A1F97D;
}
.BgClassName
{
background-color: #A1F97D;
}
</style>
border-color css
<style>
span { border-color: #A1F97D; }
span { border-color: rgb(161,249,125); }
td.TdClassName
{
border-color: #A1F97D;
}
.TagClassName
{
border-color: #A1F97D;
}
</style>