Shades of Feijoa #ADDC92
Tints of Feijoa #ADDC92
RGB
CMYK
RGB Variations
Color information
#ADDC92 (or 0xADDC92) is known color: Feijoa. HEX triplet: AD, DC and 92. RGB value is (173,220,146). Sum of RGB (Red+Green+Blue) = 173+220+146=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC92 is #52236D. Grayscale: #C5C5C5. Windows color (decimal): -5383022 or 9624749. OLE color: 9624749.
HSL color Cylindrical-coordinate representation of color #ADDC92: hue angle of 98.11º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADDC92 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 146 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.14 |
| HSL | 98.11º | 0.51% | 0.72% | - |
| HSV(B) | 98.11º | 0.34% | 0.86% | - |
| XYZ | 48.02 | 62.15 | 36.66 | - |
| YUV | 197.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 146 | 0.21 | 0 | 0.34 | 0.14 | 98.11 | 0.51 | 0.72 |
| Hex | AD | DC | 92 | 15 | 0 | 22 | E | 62 | 33 | 48 |
| Octal | 255 | 334 | 222 | 25 | 0 | 42 | 16 | 142 | 63 | 110 |
| Binary | 10101101 | 11011100 | 10010010 | 10101 | 0 | 100010 | 1110 | 1100010 | 110011 | 1001000 |
Color Harmonies of #ADDC92
Complementary color
Monochromatic Colors of #ADDC92
Black with #ADDC92
Text Example
Text Example
White with #ADDC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC92; }
p { color: rgb(173,220,146); }
H1.HeaderClassName
{
color: #ADDC92;
}
.AnyTagClassName
{
color: #ADDC92;
}
</style>
background-color css
<style>
a { background-color: #ADDC92; }
a { background-color: rgb(173,220,146); }
div.DivClassName
{
background-color: #ADDC92;
}
.BgClassName
{
background-color: #ADDC92;
}
</style>
border-color css
<style>
span { border-color: #ADDC92; }
span { border-color: rgb(173,220,146); }
td.TdClassName
{
border-color: #ADDC92;
}
.TagClassName
{
border-color: #ADDC92;
}
</style>