Shades of Feijoa #ADDF80
Tints of Feijoa #ADDF80
RGB
CMYK
RGB Variations
Color information
#ADDF80 (or 0xADDF80) is known color: Feijoa. HEX triplet: AD, DF and 80. RGB value is (173,223,128). Sum of RGB (Red+Green+Blue) = 173+223+128=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF80 is #52207F. Grayscale: #C5C5C5. Windows color (decimal): -5382272 or 8445869. OLE color: 8445869.
HSL color Cylindrical-coordinate representation of color #ADDF80: hue angle of 91.58º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADDF80 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 128 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.13 |
| HSL | 91.58º | 0.6% | 0.69% | - |
| HSV(B) | 91.58º | 0.43% | 0.87% | - |
| XYZ | 47.52 | 63.22 | 30.12 | - |
| YUV | 197.22 | 88.94 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 128 | 0.22 | 0 | 0.43 | 0.13 | 91.58 | 0.6 | 0.69 |
| Hex | AD | DF | 80 | 16 | 0 | 2B | D | 5C | 3C | 45 |
| Octal | 255 | 337 | 200 | 26 | 0 | 53 | 15 | 134 | 74 | 105 |
| Binary | 10101101 | 11011111 | 10000000 | 10110 | 0 | 101011 | 1101 | 1011100 | 111100 | 1000101 |
Color Harmonies of #ADDF80
Complementary color
Monochromatic Colors of #ADDF80
Black with #ADDF80
Text Example
Text Example
White with #ADDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF80; }
p { color: rgb(173,223,128); }
H1.HeaderClassName
{
color: #ADDF80;
}
.AnyTagClassName
{
color: #ADDF80;
}
</style>
background-color css
<style>
a { background-color: #ADDF80; }
a { background-color: rgb(173,223,128); }
div.DivClassName
{
background-color: #ADDF80;
}
.BgClassName
{
background-color: #ADDF80;
}
</style>
border-color css
<style>
span { border-color: #ADDF80; }
span { border-color: rgb(173,223,128); }
td.TdClassName
{
border-color: #ADDF80;
}
.TagClassName
{
border-color: #ADDF80;
}
</style>