Shades of Feijoa #ADDB92
Tints of Feijoa #ADDB92
RGB
CMYK
RGB Variations
Color information
#ADDB92 (or 0xADDB92) is known color: Feijoa. HEX triplet: AD, DB and 92. RGB value is (173,219,146). Sum of RGB (Red+Green+Blue) = 173+219+146=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB92 is #52246D. Grayscale: #C5C5C5. Windows color (decimal): -5383278 or 9624493. OLE color: 9624493.
HSL color Cylindrical-coordinate representation of color #ADDB92: hue angle of 97.81º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADDB92 is Cyan = 0.21, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 146 | - |
| CMYK | 0.21 | 0 | 0.33 | 0.14 |
| HSL | 97.81º | 0.5% | 0.72% | - |
| HSV(B) | 97.81º | 0.33% | 0.86% | - |
| XYZ | 47.75 | 61.62 | 36.57 | - |
| YUV | 196.92 | 99.26 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 146 | 0.21 | 0 | 0.33 | 0.14 | 97.81 | 0.5 | 0.72 |
| Hex | AD | DB | 92 | 15 | 0 | 21 | E | 62 | 32 | 48 |
| Octal | 255 | 333 | 222 | 25 | 0 | 41 | 16 | 142 | 62 | 110 |
| Binary | 10101101 | 11011011 | 10010010 | 10101 | 0 | 100001 | 1110 | 1100010 | 110010 | 1001000 |
Color Harmonies of #ADDB92
Complementary color
Monochromatic Colors of #ADDB92
Black with #ADDB92
Text Example
Text Example
White with #ADDB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB92; }
p { color: rgb(173,219,146); }
H1.HeaderClassName
{
color: #ADDB92;
}
.AnyTagClassName
{
color: #ADDB92;
}
</style>
background-color css
<style>
a { background-color: #ADDB92; }
a { background-color: rgb(173,219,146); }
div.DivClassName
{
background-color: #ADDB92;
}
.BgClassName
{
background-color: #ADDB92;
}
</style>
border-color css
<style>
span { border-color: #ADDB92; }
span { border-color: rgb(173,219,146); }
td.TdClassName
{
border-color: #ADDB92;
}
.TagClassName
{
border-color: #ADDB92;
}
</style>