Shades of Feijoa #A1EE69
Tints of Feijoa #A1EE69
RGB
CMYK
RGB Variations
Color information
#A1EE69 (or 0xA1EE69) is known color: Feijoa. HEX triplet: A1, EE and 69. RGB value is (161,238,105). Sum of RGB (Red+Green+Blue) = 161+238+105=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EE69 is #5E1196. Grayscale: #C8C8C8. Windows color (decimal): -6164887 or 6942369. OLE color: 6942369.
HSL color Cylindrical-coordinate representation of color #A1EE69: hue angle of 94.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1EE69 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 105 | - |
| CMYK | 0.32 | 0 | 0.56 | 0.07 |
| HSL | 94.74º | 0.8% | 0.67% | - |
| HSV(B) | 94.74º | 0.56% | 0.93% | - |
| XYZ | 47.82 | 69.75 | 24.31 | - |
| YUV | 199.82 | 74.49 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 105 | 0.32 | 0 | 0.56 | 0.07 | 94.74 | 0.8 | 0.67 |
| Hex | A1 | EE | 69 | 20 | 0 | 38 | 7 | 5F | 50 | 43 |
| Octal | 241 | 356 | 151 | 40 | 0 | 70 | 7 | 137 | 120 | 103 |
| Binary | 10100001 | 11101110 | 1101001 | 100000 | 0 | 111000 | 111 | 1011111 | 1010000 | 1000011 |
Color Harmonies of #A1EE69
Complementary color
Monochromatic Colors of #A1EE69
Black with #A1EE69
Text Example
Text Example
White with #A1EE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EE69; }
p { color: rgb(161,238,105); }
H1.HeaderClassName
{
color: #A1EE69;
}
.AnyTagClassName
{
color: #A1EE69;
}
</style>
background-color css
<style>
a { background-color: #A1EE69; }
a { background-color: rgb(161,238,105); }
div.DivClassName
{
background-color: #A1EE69;
}
.BgClassName
{
background-color: #A1EE69;
}
</style>
border-color css
<style>
span { border-color: #A1EE69; }
span { border-color: rgb(161,238,105); }
td.TdClassName
{
border-color: #A1EE69;
}
.TagClassName
{
border-color: #A1EE69;
}
</style>