Shades of Feijoa #ADDC71
Tints of Feijoa #ADDC71
RGB
CMYK
RGB Variations
Color information
#ADDC71 (or 0xADDC71) is known color: Feijoa. HEX triplet: AD, DC and 71. RGB value is (173,220,113). Sum of RGB (Red+Green+Blue) = 173+220+113=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC71 is #52238E. Grayscale: #C2C2C2. Windows color (decimal): -5383055 or 7462061. OLE color: 7462061.
HSL color Cylindrical-coordinate representation of color #ADDC71: hue angle of 86.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADDC71 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 113 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.14 |
| HSL | 86.36º | 0.6% | 0.65% | - |
| HSV(B) | 86.36º | 0.49% | 0.86% | - |
| XYZ | 45.81 | 61.26 | 25.03 | - |
| YUV | 193.75 | 82.43 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 113 | 0.21 | 0 | 0.49 | 0.14 | 86.36 | 0.6 | 0.65 |
| Hex | AD | DC | 71 | 15 | 0 | 31 | E | 56 | 3C | 41 |
| Octal | 255 | 334 | 161 | 25 | 0 | 61 | 16 | 126 | 74 | 101 |
| Binary | 10101101 | 11011100 | 1110001 | 10101 | 0 | 110001 | 1110 | 1010110 | 111100 | 1000001 |
Color Harmonies of #ADDC71
Complementary color
Monochromatic Colors of #ADDC71
Black with #ADDC71
Text Example
Text Example
White with #ADDC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC71; }
p { color: rgb(173,220,113); }
H1.HeaderClassName
{
color: #ADDC71;
}
.AnyTagClassName
{
color: #ADDC71;
}
</style>
background-color css
<style>
a { background-color: #ADDC71; }
a { background-color: rgb(173,220,113); }
div.DivClassName
{
background-color: #ADDC71;
}
.BgClassName
{
background-color: #ADDC71;
}
</style>
border-color css
<style>
span { border-color: #ADDC71; }
span { border-color: rgb(173,220,113); }
td.TdClassName
{
border-color: #ADDC71;
}
.TagClassName
{
border-color: #ADDC71;
}
</style>