Shades of Feijoa #ADDE7D
Tints of Feijoa #ADDE7D
RGB
CMYK
RGB Variations
Color information
#ADDE7D (or 0xADDE7D) is known color: Feijoa. HEX triplet: AD, DE and 7D. RGB value is (173,222,125). Sum of RGB (Red+Green+Blue) = 173+222+125=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE7D is #522182. Grayscale: #C4C4C4. Windows color (decimal): -5382531 or 8249005. OLE color: 8249005.
HSL color Cylindrical-coordinate representation of color #ADDE7D: hue angle of 90.31º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADDE7D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
RGB | 173 | 222 | 125 | - |
CMYK | 0.22 | 0 | 0.44 | 0.13 |
HSL | 90.31º | 0.6% | 0.68% | - |
HSV(B) | 90.31º | 0.44% | 0.87% | - |
XYZ | 47.06 | 62.61 | 29.01 | - |
YUV | 196.29 | 87.77 | 111.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 222 | 125 | 0.22 | 0 | 0.44 | 0.13 | 90.31 | 0.6 | 0.68 |
Hex | AD | DE | 7D | 16 | 0 | 2C | D | 5A | 3C | 44 |
Octal | 255 | 336 | 175 | 26 | 0 | 54 | 15 | 132 | 74 | 104 |
Binary | 10101101 | 11011110 | 1111101 | 10110 | 0 | 101100 | 1101 | 1011010 | 111100 | 1000100 |
Color Harmonies of #ADDE7D
Complementary color
Monochromatic Colors of #ADDE7D
Black with #ADDE7D
Text Example
Text Example
White with #ADDE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE7D; }
p { color: rgb(173,222,125); }
H1.HeaderClassName
{
color: #ADDE7D;
}
.AnyTagClassName
{
color: #ADDE7D;
}
</style>
background-color css
<style>
a { background-color: #ADDE7D; }
a { background-color: rgb(173,222,125); }
div.DivClassName
{
background-color: #ADDE7D;
}
.BgClassName
{
background-color: #ADDE7D;
}
</style>
border-color css
<style>
span { border-color: #ADDE7D; }
span { border-color: rgb(173,222,125); }
td.TdClassName
{
border-color: #ADDE7D;
}
.TagClassName
{
border-color: #ADDE7D;
}
</style>