Shades of Feijoa #A1DD75
Tints of Feijoa #A1DD75
RGB
CMYK
RGB Variations
Color information
#A1DD75 (or 0xA1DD75) is known color: Feijoa. HEX triplet: A1, DD and 75. RGB value is (161,221,117). Sum of RGB (Red+Green+Blue) = 161+221+117=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD75 is #5E228A. Grayscale: #BFBFBF. Windows color (decimal): -6169227 or 7724449. OLE color: 7724449.
HSL color Cylindrical-coordinate representation of color #A1DD75: hue angle of 94.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1DD75 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 117 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.13 |
| HSL | 94.62º | 0.6% | 0.66% | - |
| HSV(B) | 94.62º | 0.47% | 0.87% | - |
| XYZ | 43.77 | 60.57 | 26.21 | - |
| YUV | 191.2 | 86.12 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 117 | 0.27 | 0 | 0.47 | 0.13 | 94.62 | 0.6 | 0.66 |
| Hex | A1 | DD | 75 | 1B | 0 | 2F | D | 5F | 3C | 42 |
| Octal | 241 | 335 | 165 | 33 | 0 | 57 | 15 | 137 | 74 | 102 |
| Binary | 10100001 | 11011101 | 1110101 | 11011 | 0 | 101111 | 1101 | 1011111 | 111100 | 1000010 |
Color Harmonies of #A1DD75
Complementary color
Monochromatic Colors of #A1DD75
Black with #A1DD75
Text Example
Text Example
White with #A1DD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD75; }
p { color: rgb(161,221,117); }
H1.HeaderClassName
{
color: #A1DD75;
}
.AnyTagClassName
{
color: #A1DD75;
}
</style>
background-color css
<style>
a { background-color: #A1DD75; }
a { background-color: rgb(161,221,117); }
div.DivClassName
{
background-color: #A1DD75;
}
.BgClassName
{
background-color: #A1DD75;
}
</style>
border-color css
<style>
span { border-color: #A1DD75; }
span { border-color: rgb(161,221,117); }
td.TdClassName
{
border-color: #A1DD75;
}
.TagClassName
{
border-color: #A1DD75;
}
</style>