Shades of Feijoa #ADDF92
Tints of Feijoa #ADDF92
RGB
CMYK
RGB Variations
Color information
#ADDF92 (or 0xADDF92) is known color: Feijoa. HEX triplet: AD, DF and 92. RGB value is (173,223,146). Sum of RGB (Red+Green+Blue) = 173+223+146=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDF92 is #52206D. Grayscale: #C7C7C7. Windows color (decimal): -5382254 or 9625517. OLE color: 9625517.
HSL color Cylindrical-coordinate representation of color #ADDF92: hue angle of 98.96º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADDF92 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 146 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.13 |
| HSL | 98.96º | 0.55% | 0.72% | - |
| HSV(B) | 98.96º | 0.35% | 0.87% | - |
| XYZ | 48.81 | 63.73 | 36.92 | - |
| YUV | 199.27 | 97.94 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 146 | 0.22 | 0 | 0.35 | 0.13 | 98.96 | 0.55 | 0.72 |
| Hex | AD | DF | 92 | 16 | 0 | 23 | D | 63 | 37 | 48 |
| Octal | 255 | 337 | 222 | 26 | 0 | 43 | 15 | 143 | 67 | 110 |
| Binary | 10101101 | 11011111 | 10010010 | 10110 | 0 | 100011 | 1101 | 1100011 | 110111 | 1001000 |
Color Harmonies of #ADDF92
Complementary color
Monochromatic Colors of #ADDF92
Black with #ADDF92
Text Example
Text Example
White with #ADDF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF92; }
p { color: rgb(173,223,146); }
H1.HeaderClassName
{
color: #ADDF92;
}
.AnyTagClassName
{
color: #ADDF92;
}
</style>
background-color css
<style>
a { background-color: #ADDF92; }
a { background-color: rgb(173,223,146); }
div.DivClassName
{
background-color: #ADDF92;
}
.BgClassName
{
background-color: #ADDF92;
}
</style>
border-color css
<style>
span { border-color: #ADDF92; }
span { border-color: rgb(173,223,146); }
td.TdClassName
{
border-color: #ADDF92;
}
.TagClassName
{
border-color: #ADDF92;
}
</style>