Shades of Feijoa #ADEA7D
Tints of Feijoa #ADEA7D
RGB
CMYK
RGB Variations
Color information
#ADEA7D (or 0xADEA7D) is known color: Feijoa. HEX triplet: AD, EA and 7D. RGB value is (173,234,125). Sum of RGB (Red+Green+Blue) = 173+234+125=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #ADEA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEA7D is #521582. Grayscale: #CBCBCB. Windows color (decimal): -5379459 or 8252077. OLE color: 8252077.
HSL color Cylindrical-coordinate representation of color #ADEA7D: hue angle of 93.58º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADEA7D is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 234 | 125 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.08 |
| HSL | 93.58º | 0.72% | 0.7% | - |
| HSV(B) | 93.58º | 0.47% | 0.92% | - |
| XYZ | 50.36 | 69.21 | 30.11 | - |
| YUV | 203.34 | 83.79 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 234 | 125 | 0.26 | 0 | 0.47 | 0.08 | 93.58 | 0.72 | 0.7 |
| Hex | AD | EA | 7D | 1A | 0 | 2F | 8 | 5E | 48 | 46 |
| Octal | 255 | 352 | 175 | 32 | 0 | 57 | 10 | 136 | 110 | 106 |
| Binary | 10101101 | 11101010 | 1111101 | 11010 | 0 | 101111 | 1000 | 1011110 | 1001000 | 1000110 |
Color Harmonies of #ADEA7D
Complementary color
Monochromatic Colors of #ADEA7D
Black with #ADEA7D
Text Example
Text Example
White with #ADEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEA7D; }
p { color: rgb(173,234,125); }
H1.HeaderClassName
{
color: #ADEA7D;
}
.AnyTagClassName
{
color: #ADEA7D;
}
</style>
background-color css
<style>
a { background-color: #ADEA7D; }
a { background-color: rgb(173,234,125); }
div.DivClassName
{
background-color: #ADEA7D;
}
.BgClassName
{
background-color: #ADEA7D;
}
</style>
border-color css
<style>
span { border-color: #ADEA7D; }
span { border-color: rgb(173,234,125); }
td.TdClassName
{
border-color: #ADEA7D;
}
.TagClassName
{
border-color: #ADEA7D;
}
</style>