Shades of Feijoa #A1F37D
Tints of Feijoa #A1F37D
RGB
CMYK
RGB Variations
Color information
#A1F37D (or 0xA1F37D) is known color: Feijoa. HEX triplet: A1, F3 and 7D. RGB value is (161,243,125). Sum of RGB (Red+Green+Blue) = 161+243+125=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F37D is #5E0C82. Grayscale: #CDCDCD. Windows color (decimal): -6163587 or 8254369. OLE color: 8254369.
HSL color Cylindrical-coordinate representation of color #A1F37D: hue angle of 101.69º degrees, saturation: 0.83, 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 #A1F37D is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 125 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.05 |
| HSL | 101.69º | 0.83% | 0.72% | - |
| HSV(B) | 101.69º | 0.49% | 0.95% | - |
| XYZ | 50.45 | 73.16 | 30.86 | - |
| YUV | 205.03 | 82.83 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 125 | 0.34 | 0 | 0.49 | 0.05 | 101.69 | 0.83 | 0.72 |
| Hex | A1 | F3 | 7D | 22 | 0 | 31 | 5 | 66 | 53 | 48 |
| Octal | 241 | 363 | 175 | 42 | 0 | 61 | 5 | 146 | 123 | 110 |
| Binary | 10100001 | 11110011 | 1111101 | 100010 | 0 | 110001 | 101 | 1100110 | 1010011 | 1001000 |
Color Harmonies of #A1F37D
Complementary color
Monochromatic Colors of #A1F37D
Black with #A1F37D
Text Example
Text Example
White with #A1F37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F37D; }
p { color: rgb(161,243,125); }
H1.HeaderClassName
{
color: #A1F37D;
}
.AnyTagClassName
{
color: #A1F37D;
}
</style>
background-color css
<style>
a { background-color: #A1F37D; }
a { background-color: rgb(161,243,125); }
div.DivClassName
{
background-color: #A1F37D;
}
.BgClassName
{
background-color: #A1F37D;
}
</style>
border-color css
<style>
span { border-color: #A1F37D; }
span { border-color: rgb(161,243,125); }
td.TdClassName
{
border-color: #A1F37D;
}
.TagClassName
{
border-color: #A1F37D;
}
</style>