Shades of Feijoa #A1F380
Tints of Feijoa #A1F380
RGB
CMYK
RGB Variations
Color information
#A1F380 (or 0xA1F380) is known color: Feijoa. HEX triplet: A1, F3 and 80. RGB value is (161,243,128). Sum of RGB (Red+Green+Blue) = 161+243+128=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F380 is #5E0C7F. Grayscale: #CDCDCD. Windows color (decimal): -6163584 or 8450977. OLE color: 8450977.
HSL color Cylindrical-coordinate representation of color #A1F380: hue angle of 102.78º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1F380 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 128 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.05 |
| HSL | 102.78º | 0.83% | 0.73% | - |
| HSV(B) | 102.78º | 0.47% | 0.95% | - |
| XYZ | 50.64 | 73.24 | 31.89 | - |
| YUV | 205.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 128 | 0.34 | 0 | 0.47 | 0.05 | 102.78 | 0.83 | 0.73 |
| Hex | A1 | F3 | 80 | 22 | 0 | 2F | 5 | 67 | 53 | 49 |
| Octal | 241 | 363 | 200 | 42 | 0 | 57 | 5 | 147 | 123 | 111 |
| Binary | 10100001 | 11110011 | 10000000 | 100010 | 0 | 101111 | 101 | 1100111 | 1010011 | 1001001 |
Color Harmonies of #A1F380
Complementary color
Monochromatic Colors of #A1F380
Black with #A1F380
Text Example
Text Example
White with #A1F380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F380; }
p { color: rgb(161,243,128); }
H1.HeaderClassName
{
color: #A1F380;
}
.AnyTagClassName
{
color: #A1F380;
}
</style>
background-color css
<style>
a { background-color: #A1F380; }
a { background-color: rgb(161,243,128); }
div.DivClassName
{
background-color: #A1F380;
}
.BgClassName
{
background-color: #A1F380;
}
</style>
border-color css
<style>
span { border-color: #A1F380; }
span { border-color: rgb(161,243,128); }
td.TdClassName
{
border-color: #A1F380;
}
.TagClassName
{
border-color: #A1F380;
}
</style>