Shades of Feijoa #ADD07F
Tints of Feijoa #ADD07F
RGB
CMYK
RGB Variations
Color information
#ADD07F (or 0xADD07F) is known color: Feijoa. HEX triplet: AD, D0 and 7F. RGB value is (173,208,127). Sum of RGB (Red+Green+Blue) = 173+208+127=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 127 (50% from 255 or 25% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD07F is #522F80. Grayscale: #BCBCBC. Windows color (decimal): -5386113 or 8376493. OLE color: 8376493.
HSL color Cylindrical-coordinate representation of color #ADD07F: hue angle of 85.93º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADD07F is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 127 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.18 |
| HSL | 85.93º | 0.46% | 0.66% | - |
| HSV(B) | 85.93º | 0.39% | 0.82% | - |
| XYZ | 43.62 | 55.53 | 28.5 | - |
| YUV | 188.3 | 93.4 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 127 | 0.17 | 0 | 0.39 | 0.18 | 85.93 | 0.46 | 0.66 |
| Hex | AD | D0 | 7F | 11 | 0 | 27 | 12 | 56 | 2E | 42 |
| Octal | 255 | 320 | 177 | 21 | 0 | 47 | 22 | 126 | 56 | 102 |
| Binary | 10101101 | 11010000 | 1111111 | 10001 | 0 | 100111 | 10010 | 1010110 | 101110 | 1000010 |
Color Harmonies of #ADD07F
Complementary color
Monochromatic Colors of #ADD07F
Black with #ADD07F
Text Example
Text Example
White with #ADD07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD07F; }
p { color: rgb(173,208,127); }
H1.HeaderClassName
{
color: #ADD07F;
}
.AnyTagClassName
{
color: #ADD07F;
}
</style>
background-color css
<style>
a { background-color: #ADD07F; }
a { background-color: rgb(173,208,127); }
div.DivClassName
{
background-color: #ADD07F;
}
.BgClassName
{
background-color: #ADD07F;
}
</style>
border-color css
<style>
span { border-color: #ADD07F; }
span { border-color: rgb(173,208,127); }
td.TdClassName
{
border-color: #ADD07F;
}
.TagClassName
{
border-color: #ADD07F;
}
</style>