Shades of Feijoa #ADD68F
Tints of Feijoa #ADD68F
RGB
CMYK
RGB Variations
Color information
#ADD68F (or 0xADD68F) is known color: Feijoa. HEX triplet: AD, D6 and 8F. RGB value is (173,214,143). Sum of RGB (Red+Green+Blue) = 173+214+143=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 143 (56.25% from 255 or 26.98% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD68F is #522970. Grayscale: #C1C1C1. Windows color (decimal): -5384561 or 9426605. OLE color: 9426605.
HSL color Cylindrical-coordinate representation of color #ADD68F: hue angle of 94.65º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADD68F is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 143 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.16 |
| HSL | 94.65º | 0.46% | 0.7% | - |
| HSV(B) | 94.65º | 0.33% | 0.84% | - |
| XYZ | 46.24 | 58.96 | 34.93 | - |
| YUV | 193.65 | 99.42 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 143 | 0.19 | 0 | 0.33 | 0.16 | 94.65 | 0.46 | 0.7 |
| Hex | AD | D6 | 8F | 13 | 0 | 21 | 10 | 5F | 2E | 46 |
| Octal | 255 | 326 | 217 | 23 | 0 | 41 | 20 | 137 | 56 | 106 |
| Binary | 10101101 | 11010110 | 10001111 | 10011 | 0 | 100001 | 10000 | 1011111 | 101110 | 1000110 |
Color Harmonies of #ADD68F
Complementary color
Monochromatic Colors of #ADD68F
Black with #ADD68F
Text Example
Text Example
White with #ADD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD68F; }
p { color: rgb(173,214,143); }
H1.HeaderClassName
{
color: #ADD68F;
}
.AnyTagClassName
{
color: #ADD68F;
}
</style>
background-color css
<style>
a { background-color: #ADD68F; }
a { background-color: rgb(173,214,143); }
div.DivClassName
{
background-color: #ADD68F;
}
.BgClassName
{
background-color: #ADD68F;
}
</style>
border-color css
<style>
span { border-color: #ADD68F; }
span { border-color: rgb(173,214,143); }
td.TdClassName
{
border-color: #ADD68F;
}
.TagClassName
{
border-color: #ADD68F;
}
</style>