Shades of Feijoa #ADD378
Tints of Feijoa #ADD378
RGB
CMYK
RGB Variations
Color information
#ADD378 (or 0xADD378) is known color: Feijoa. HEX triplet: AD, D3 and 78. RGB value is (173,211,120). Sum of RGB (Red+Green+Blue) = 173+211+120=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 120 (47.27% from 255 or 23.81% from 504); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD378 is #522C87. Grayscale: #BDBDBD. Windows color (decimal): -5385352 or 7918509. OLE color: 7918509.
HSL color Cylindrical-coordinate representation of color #ADD378: hue angle of 85.05º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADD378 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 211 | 120 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.17 |
| HSL | 85.05º | 0.51% | 0.65% | - |
| HSV(B) | 85.05º | 0.43% | 0.83% | - |
| XYZ | 43.92 | 56.83 | 26.42 | - |
| YUV | 189.26 | 88.91 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 211 | 120 | 0.18 | 0 | 0.43 | 0.17 | 85.05 | 0.51 | 0.65 |
| Hex | AD | D3 | 78 | 12 | 0 | 2B | 11 | 55 | 33 | 41 |
| Octal | 255 | 323 | 170 | 22 | 0 | 53 | 21 | 125 | 63 | 101 |
| Binary | 10101101 | 11010011 | 1111000 | 10010 | 0 | 101011 | 10001 | 1010101 | 110011 | 1000001 |
Color Harmonies of #ADD378
Complementary color
Monochromatic Colors of #ADD378
Black with #ADD378
Text Example
Text Example
White with #ADD378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD378; }
p { color: rgb(173,211,120); }
H1.HeaderClassName
{
color: #ADD378;
}
.AnyTagClassName
{
color: #ADD378;
}
</style>
background-color css
<style>
a { background-color: #ADD378; }
a { background-color: rgb(173,211,120); }
div.DivClassName
{
background-color: #ADD378;
}
.BgClassName
{
background-color: #ADD378;
}
</style>
border-color css
<style>
span { border-color: #ADD378; }
span { border-color: rgb(173,211,120); }
td.TdClassName
{
border-color: #ADD378;
}
.TagClassName
{
border-color: #ADD378;
}
</style>