Shades of Feijoa #ADDC74
Tints of Feijoa #ADDC74
RGB
CMYK
RGB Variations
Color information
#ADDC74 (or 0xADDC74) is known color: Feijoa. HEX triplet: AD, DC and 74. RGB value is (173,220,116). Sum of RGB (Red+Green+Blue) = 173+220+116=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDC74 is #52238B. Grayscale: #C2C2C2. Windows color (decimal): -5383052 or 7658669. OLE color: 7658669.
HSL color Cylindrical-coordinate representation of color #ADDC74: hue angle of 87.12º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADDC74 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 116 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.14 |
| HSL | 87.12º | 0.6% | 0.66% | - |
| HSV(B) | 87.12º | 0.47% | 0.86% | - |
| XYZ | 45.98 | 61.33 | 25.94 | - |
| YUV | 194.09 | 83.93 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 116 | 0.21 | 0 | 0.47 | 0.14 | 87.12 | 0.6 | 0.66 |
| Hex | AD | DC | 74 | 15 | 0 | 2F | E | 57 | 3C | 42 |
| Octal | 255 | 334 | 164 | 25 | 0 | 57 | 16 | 127 | 74 | 102 |
| Binary | 10101101 | 11011100 | 1110100 | 10101 | 0 | 101111 | 1110 | 1010111 | 111100 | 1000010 |
Color Harmonies of #ADDC74
Complementary color
Monochromatic Colors of #ADDC74
Black with #ADDC74
Text Example
Text Example
White with #ADDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC74; }
p { color: rgb(173,220,116); }
H1.HeaderClassName
{
color: #ADDC74;
}
.AnyTagClassName
{
color: #ADDC74;
}
</style>
background-color css
<style>
a { background-color: #ADDC74; }
a { background-color: rgb(173,220,116); }
div.DivClassName
{
background-color: #ADDC74;
}
.BgClassName
{
background-color: #ADDC74;
}
</style>
border-color css
<style>
span { border-color: #ADDC74; }
span { border-color: rgb(173,220,116); }
td.TdClassName
{
border-color: #ADDC74;
}
.TagClassName
{
border-color: #ADDC74;
}
</style>