Shades of Feijoa #ADE67E
Tints of Feijoa #ADE67E
RGB
CMYK
RGB Variations
Color information
#ADE67E (or 0xADE67E) is known color: Feijoa. HEX triplet: AD, E6 and 7E. RGB value is (173,230,126). Sum of RGB (Red+Green+Blue) = 173+230+126=529 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.70% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE67E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE67E is #521981. Grayscale: #C9C9C9. Windows color (decimal): -5380482 or 8316589. OLE color: 8316589.
HSL color Cylindrical-coordinate representation of color #ADE67E: hue angle of 92.88º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE67E is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 126 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.10 |
| HSL | 92.88º | 0.68% | 0.7% | - |
| HSV(B) | 92.88º | 0.45% | 0.9% | - |
| XYZ | 49.3 | 66.98 | 30.07 | - |
| YUV | 201.1 | 85.62 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 126 | 0.25 | 0 | 0.45 | 0.10 | 92.88 | 0.68 | 0.7 |
| Hex | AD | E6 | 7E | 19 | 0 | 2D | A | 5D | 44 | 46 |
| Octal | 255 | 346 | 176 | 31 | 0 | 55 | 12 | 135 | 104 | 106 |
| Binary | 10101101 | 11100110 | 1111110 | 11001 | 0 | 101101 | 1010 | 1011101 | 1000100 | 1000110 |
Color Harmonies of #ADE67E
Complementary color
Monochromatic Colors of #ADE67E
Black with #ADE67E
Text Example
Text Example
White with #ADE67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE67E; }
p { color: rgb(173,230,126); }
H1.HeaderClassName
{
color: #ADE67E;
}
.AnyTagClassName
{
color: #ADE67E;
}
</style>
background-color css
<style>
a { background-color: #ADE67E; }
a { background-color: rgb(173,230,126); }
div.DivClassName
{
background-color: #ADE67E;
}
.BgClassName
{
background-color: #ADE67E;
}
</style>
border-color css
<style>
span { border-color: #ADE67E; }
span { border-color: rgb(173,230,126); }
td.TdClassName
{
border-color: #ADE67E;
}
.TagClassName
{
border-color: #ADE67E;
}
</style>