Shades of Feijoa #A1DD78
Tints of Feijoa #A1DD78
RGB
CMYK
RGB Variations
Color information
#A1DD78 (or 0xA1DD78) is known color: Feijoa. HEX triplet: A1, DD and 78. RGB value is (161,221,120). Sum of RGB (Red+Green+Blue) = 161+221+120=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DD78 is #5E2287. Grayscale: #BFBFBF. Windows color (decimal): -6169224 or 7921057. OLE color: 7921057.
HSL color Cylindrical-coordinate representation of color #A1DD78: hue angle of 95.64º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1DD78 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 120 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.13 |
| HSL | 95.64º | 0.6% | 0.67% | - |
| HSV(B) | 95.64º | 0.46% | 0.87% | - |
| XYZ | 43.94 | 60.65 | 27.16 | - |
| YUV | 191.55 | 87.62 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 120 | 0.27 | 0 | 0.46 | 0.13 | 95.64 | 0.6 | 0.67 |
| Hex | A1 | DD | 78 | 1B | 0 | 2E | D | 60 | 3C | 43 |
| Octal | 241 | 335 | 170 | 33 | 0 | 56 | 15 | 140 | 74 | 103 |
| Binary | 10100001 | 11011101 | 1111000 | 11011 | 0 | 101110 | 1101 | 1100000 | 111100 | 1000011 |
Color Harmonies of #A1DD78
Complementary color
Monochromatic Colors of #A1DD78
Black with #A1DD78
Text Example
Text Example
White with #A1DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD78; }
p { color: rgb(161,221,120); }
H1.HeaderClassName
{
color: #A1DD78;
}
.AnyTagClassName
{
color: #A1DD78;
}
</style>
background-color css
<style>
a { background-color: #A1DD78; }
a { background-color: rgb(161,221,120); }
div.DivClassName
{
background-color: #A1DD78;
}
.BgClassName
{
background-color: #A1DD78;
}
</style>
border-color css
<style>
span { border-color: #A1DD78; }
span { border-color: rgb(161,221,120); }
td.TdClassName
{
border-color: #A1DD78;
}
.TagClassName
{
border-color: #A1DD78;
}
</style>