Shades of Feijoa #ADE08A
Tints of Feijoa #ADE08A
RGB
CMYK
RGB Variations
Color information
#ADE08A (or 0xADE08A) is known color: Feijoa. HEX triplet: AD, E0 and 8A. RGB value is (173,224,138). Sum of RGB (Red+Green+Blue) = 173+224+138=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE08A is #521F75. Grayscale: #C7C7C7. Windows color (decimal): -5382006 or 9101485. OLE color: 9101485.
HSL color Cylindrical-coordinate representation of color #ADE08A: hue angle of 95.58º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADE08A is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 138 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.12 |
| HSL | 95.58º | 0.58% | 0.71% | - |
| HSV(B) | 95.58º | 0.38% | 0.88% | - |
| XYZ | 48.48 | 64.03 | 33.85 | - |
| YUV | 198.95 | 93.6 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 138 | 0.23 | 0 | 0.38 | 0.12 | 95.58 | 0.58 | 0.71 |
| Hex | AD | E0 | 8A | 17 | 0 | 26 | C | 60 | 3A | 47 |
| Octal | 255 | 340 | 212 | 27 | 0 | 46 | 14 | 140 | 72 | 107 |
| Binary | 10101101 | 11100000 | 10001010 | 10111 | 0 | 100110 | 1100 | 1100000 | 111010 | 1000111 |
Color Harmonies of #ADE08A
Complementary color
Monochromatic Colors of #ADE08A
Black with #ADE08A
Text Example
Text Example
White with #ADE08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE08A; }
p { color: rgb(173,224,138); }
H1.HeaderClassName
{
color: #ADE08A;
}
.AnyTagClassName
{
color: #ADE08A;
}
</style>
background-color css
<style>
a { background-color: #ADE08A; }
a { background-color: rgb(173,224,138); }
div.DivClassName
{
background-color: #ADE08A;
}
.BgClassName
{
background-color: #ADE08A;
}
</style>
border-color css
<style>
span { border-color: #ADE08A; }
span { border-color: rgb(173,224,138); }
td.TdClassName
{
border-color: #ADE08A;
}
.TagClassName
{
border-color: #ADE08A;
}
</style>