Shades of Feijoa #ADD48A
Tints of Feijoa #ADD48A
RGB
CMYK
RGB Variations
Color information
#ADD48A (or 0xADD48A) is known color: Feijoa. HEX triplet: AD, D4 and 8A. RGB value is (173,212,138). Sum of RGB (Red+Green+Blue) = 173+212+138=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD48A is #522B75. Grayscale: #C0C0C0. Windows color (decimal): -5385078 or 9098413. OLE color: 9098413.
HSL color Cylindrical-coordinate representation of color #ADD48A: hue angle of 91.62º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADD48A is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 138 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.17 |
| HSL | 91.62º | 0.46% | 0.69% | - |
| HSV(B) | 91.62º | 0.35% | 0.83% | - |
| XYZ | 45.36 | 57.81 | 32.81 | - |
| YUV | 191.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 138 | 0.18 | 0 | 0.35 | 0.17 | 91.62 | 0.46 | 0.69 |
| Hex | AD | D4 | 8A | 12 | 0 | 23 | 11 | 5C | 2E | 45 |
| Octal | 255 | 324 | 212 | 22 | 0 | 43 | 21 | 134 | 56 | 105 |
| Binary | 10101101 | 11010100 | 10001010 | 10010 | 0 | 100011 | 10001 | 1011100 | 101110 | 1000101 |
Color Harmonies of #ADD48A
Complementary color
Monochromatic Colors of #ADD48A
Black with #ADD48A
Text Example
Text Example
White with #ADD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD48A; }
p { color: rgb(173,212,138); }
H1.HeaderClassName
{
color: #ADD48A;
}
.AnyTagClassName
{
color: #ADD48A;
}
</style>
background-color css
<style>
a { background-color: #ADD48A; }
a { background-color: rgb(173,212,138); }
div.DivClassName
{
background-color: #ADD48A;
}
.BgClassName
{
background-color: #ADD48A;
}
</style>
border-color css
<style>
span { border-color: #ADD48A; }
span { border-color: rgb(173,212,138); }
td.TdClassName
{
border-color: #ADD48A;
}
.TagClassName
{
border-color: #ADD48A;
}
</style>