Shades of Feijoa #A1D075
Tints of Feijoa #A1D075
RGB
CMYK
RGB Variations
Color information
#A1D075 (or 0xA1D075) is known color: Feijoa. HEX triplet: A1, D0 and 75. RGB value is (161,208,117). Sum of RGB (Red+Green+Blue) = 161+208+117=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D075 is #5E2F8A. Grayscale: #B7B7B7. Windows color (decimal): -6172555 or 7721121. OLE color: 7721121.
HSL color Cylindrical-coordinate representation of color #A1D075: hue angle of 90.99º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1D075 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 117 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.18 |
| HSL | 90.99º | 0.49% | 0.64% | - |
| HSV(B) | 90.99º | 0.44% | 0.82% | - |
| XYZ | 40.46 | 53.97 | 25.11 | - |
| YUV | 183.57 | 90.43 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 117 | 0.23 | 0 | 0.44 | 0.18 | 90.99 | 0.49 | 0.64 |
| Hex | A1 | D0 | 75 | 17 | 0 | 2C | 12 | 5B | 31 | 40 |
| Octal | 241 | 320 | 165 | 27 | 0 | 54 | 22 | 133 | 61 | 100 |
| Binary | 10100001 | 11010000 | 1110101 | 10111 | 0 | 101100 | 10010 | 1011011 | 110001 | 1000000 |
Color Harmonies of #A1D075
Complementary color
Monochromatic Colors of #A1D075
Black with #A1D075
Text Example
Text Example
White with #A1D075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D075; }
p { color: rgb(161,208,117); }
H1.HeaderClassName
{
color: #A1D075;
}
.AnyTagClassName
{
color: #A1D075;
}
</style>
background-color css
<style>
a { background-color: #A1D075; }
a { background-color: rgb(161,208,117); }
div.DivClassName
{
background-color: #A1D075;
}
.BgClassName
{
background-color: #A1D075;
}
</style>
border-color css
<style>
span { border-color: #A1D075; }
span { border-color: rgb(161,208,117); }
td.TdClassName
{
border-color: #A1D075;
}
.TagClassName
{
border-color: #A1D075;
}
</style>