Shades of Feijoa #ADDC6E
Tints of Feijoa #ADDC6E
RGB
CMYK
RGB Variations
Color information
#ADDC6E (or 0xADDC6E) is known color: Feijoa. HEX triplet: AD, DC and 6E. RGB value is (173,220,110). Sum of RGB (Red+Green+Blue) = 173+220+110=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC6E is #522391. Grayscale: #C1C1C1. Windows color (decimal): -5383058 or 7265453. OLE color: 7265453.
HSL color Cylindrical-coordinate representation of color #ADDC6E: hue angle of 85.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADDC6E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 110 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.14 |
| HSL | 85.64º | 0.61% | 0.65% | - |
| HSV(B) | 85.64º | 0.5% | 0.86% | - |
| XYZ | 45.64 | 61.2 | 24.16 | - |
| YUV | 193.41 | 80.93 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 110 | 0.21 | 0 | 0.50 | 0.14 | 85.64 | 0.61 | 0.65 |
| Hex | AD | DC | 6E | 15 | 0 | 32 | E | 56 | 3D | 41 |
| Octal | 255 | 334 | 156 | 25 | 0 | 62 | 16 | 126 | 75 | 101 |
| Binary | 10101101 | 11011100 | 1101110 | 10101 | 0 | 110010 | 1110 | 1010110 | 111101 | 1000001 |
Color Harmonies of #ADDC6E
Complementary color
Monochromatic Colors of #ADDC6E
Black with #ADDC6E
Text Example
Text Example
White with #ADDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC6E; }
p { color: rgb(173,220,110); }
H1.HeaderClassName
{
color: #ADDC6E;
}
.AnyTagClassName
{
color: #ADDC6E;
}
</style>
background-color css
<style>
a { background-color: #ADDC6E; }
a { background-color: rgb(173,220,110); }
div.DivClassName
{
background-color: #ADDC6E;
}
.BgClassName
{
background-color: #ADDC6E;
}
</style>
border-color css
<style>
span { border-color: #ADDC6E; }
span { border-color: rgb(173,220,110); }
td.TdClassName
{
border-color: #ADDC6E;
}
.TagClassName
{
border-color: #ADDC6E;
}
</style>