Shades of Feijoa #ADE68E
Tints of Feijoa #ADE68E
RGB
CMYK
RGB Variations
Color information
#ADE68E (or 0xADE68E) is known color: Feijoa. HEX triplet: AD, E6 and 8E. RGB value is (173,230,142). Sum of RGB (Red+Green+Blue) = 173+230+142=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE68E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE68E is #521971. Grayscale: #CBCBCB. Windows color (decimal): -5380466 or 9365165. OLE color: 9365165.
HSL color Cylindrical-coordinate representation of color #ADE68E: hue angle of 98.86º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE68E is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 142 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.10 |
| HSL | 98.86º | 0.64% | 0.73% | - |
| HSV(B) | 98.86º | 0.38% | 0.9% | - |
| XYZ | 50.41 | 67.43 | 35.95 | - |
| YUV | 202.93 | 93.62 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 142 | 0.25 | 0 | 0.38 | 0.10 | 98.86 | 0.64 | 0.73 |
| Hex | AD | E6 | 8E | 19 | 0 | 26 | A | 63 | 40 | 49 |
| Octal | 255 | 346 | 216 | 31 | 0 | 46 | 12 | 143 | 100 | 111 |
| Binary | 10101101 | 11100110 | 10001110 | 11001 | 0 | 100110 | 1010 | 1100011 | 1000000 | 1001001 |
Color Harmonies of #ADE68E
Complementary color
Monochromatic Colors of #ADE68E
Black with #ADE68E
Text Example
Text Example
White with #ADE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE68E; }
p { color: rgb(173,230,142); }
H1.HeaderClassName
{
color: #ADE68E;
}
.AnyTagClassName
{
color: #ADE68E;
}
</style>
background-color css
<style>
a { background-color: #ADE68E; }
a { background-color: rgb(173,230,142); }
div.DivClassName
{
background-color: #ADE68E;
}
.BgClassName
{
background-color: #ADE68E;
}
</style>
border-color css
<style>
span { border-color: #ADE68E; }
span { border-color: rgb(173,230,142); }
td.TdClassName
{
border-color: #ADE68E;
}
.TagClassName
{
border-color: #ADE68E;
}
</style>