Shades of Feijoa #ADDC7E
Tints of Feijoa #ADDC7E
RGB
CMYK
RGB Variations
Color information
#ADDC7E (or 0xADDC7E) is known color: Feijoa. HEX triplet: AD, DC and 7E. RGB value is (173,220,126). Sum of RGB (Red+Green+Blue) = 173+220+126=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC7E is #522381. Grayscale: #C3C3C3. Windows color (decimal): -5383042 or 8314029. OLE color: 8314029.
HSL color Cylindrical-coordinate representation of color #ADDC7E: hue angle of 90º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADDC7E is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 173 | 220 | 126 | - |
CMYK | 0.21 | 0 | 0.43 | 0.14 |
HSL | 90º | 0.57% | 0.68% | - |
HSV(B) | 90º | 0.43% | 0.86% | - |
XYZ | 46.59 | 61.58 | 29.17 | - |
YUV | 195.23 | 88.93 | 112.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 220 | 126 | 0.21 | 0 | 0.43 | 0.14 | 90 | 0.57 | 0.68 |
Hex | AD | DC | 7E | 15 | 0 | 2B | E | 5A | 39 | 44 |
Octal | 255 | 334 | 176 | 25 | 0 | 53 | 16 | 132 | 71 | 104 |
Binary | 10101101 | 11011100 | 1111110 | 10101 | 0 | 101011 | 1110 | 1011010 | 111001 | 1000100 |
Color Harmonies of #ADDC7E
Complementary color
Monochromatic Colors of #ADDC7E
Black with #ADDC7E
Text Example
Text Example
White with #ADDC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC7E; }
p { color: rgb(173,220,126); }
H1.HeaderClassName
{
color: #ADDC7E;
}
.AnyTagClassName
{
color: #ADDC7E;
}
</style>
background-color css
<style>
a { background-color: #ADDC7E; }
a { background-color: rgb(173,220,126); }
div.DivClassName
{
background-color: #ADDC7E;
}
.BgClassName
{
background-color: #ADDC7E;
}
</style>
border-color css
<style>
span { border-color: #ADDC7E; }
span { border-color: rgb(173,220,126); }
td.TdClassName
{
border-color: #ADDC7E;
}
.TagClassName
{
border-color: #ADDC7E;
}
</style>