Shades of Feijoa #ADD481
Tints of Feijoa #ADD481
RGB
CMYK
RGB Variations
Color information
#ADD481 (or 0xADD481) is known color: Feijoa. HEX triplet: AD, D4 and 81. RGB value is (173,212,129). Sum of RGB (Red+Green+Blue) = 173+212+129=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD481 is #522B7E. Grayscale: #BFBFBF. Windows color (decimal): -5385087 or 8508589. OLE color: 8508589.
HSL color Cylindrical-coordinate representation of color #ADD481: hue angle of 88.19º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADD481 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 129 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.17 |
| HSL | 88.19º | 0.49% | 0.67% | - |
| HSV(B) | 88.19º | 0.39% | 0.83% | - |
| XYZ | 44.74 | 57.56 | 29.52 | - |
| YUV | 190.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 129 | 0.18 | 0 | 0.39 | 0.17 | 88.19 | 0.49 | 0.67 |
| Hex | AD | D4 | 81 | 12 | 0 | 27 | 11 | 58 | 31 | 43 |
| Octal | 255 | 324 | 201 | 22 | 0 | 47 | 21 | 130 | 61 | 103 |
| Binary | 10101101 | 11010100 | 10000001 | 10010 | 0 | 100111 | 10001 | 1011000 | 110001 | 1000011 |
Color Harmonies of #ADD481
Complementary color
Monochromatic Colors of #ADD481
Black with #ADD481
Text Example
Text Example
White with #ADD481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD481; }
p { color: rgb(173,212,129); }
H1.HeaderClassName
{
color: #ADD481;
}
.AnyTagClassName
{
color: #ADD481;
}
</style>
background-color css
<style>
a { background-color: #ADD481; }
a { background-color: rgb(173,212,129); }
div.DivClassName
{
background-color: #ADD481;
}
.BgClassName
{
background-color: #ADD481;
}
</style>
border-color css
<style>
span { border-color: #ADD481; }
span { border-color: rgb(173,212,129); }
td.TdClassName
{
border-color: #ADD481;
}
.TagClassName
{
border-color: #ADD481;
}
</style>