Shades of Feijoa #ADE18A
Tints of Feijoa #ADE18A
RGB
CMYK
RGB Variations
Color information
#ADE18A (or 0xADE18A) is known color: Feijoa. HEX triplet: AD, E1 and 8A. RGB value is (173,225,138). Sum of RGB (Red+Green+Blue) = 173+225+138=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 225 (88.28% from 255 or 41.98% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE18A is #521E75. Grayscale: #C7C7C7. Windows color (decimal): -5381750 or 9101741. OLE color: 9101741.
HSL color Cylindrical-coordinate representation of color #ADE18A: hue angle of 95.86º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE18A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 138 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.12 |
| HSL | 95.86º | 0.59% | 0.71% | - |
| HSV(B) | 95.86º | 0.39% | 0.88% | - |
| XYZ | 48.75 | 64.57 | 33.94 | - |
| YUV | 199.53 | 93.27 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 138 | 0.23 | 0 | 0.39 | 0.12 | 95.86 | 0.59 | 0.71 |
| Hex | AD | E1 | 8A | 17 | 0 | 27 | C | 60 | 3B | 47 |
| Octal | 255 | 341 | 212 | 27 | 0 | 47 | 14 | 140 | 73 | 107 |
| Binary | 10101101 | 11100001 | 10001010 | 10111 | 0 | 100111 | 1100 | 1100000 | 111011 | 1000111 |
Color Harmonies of #ADE18A
Complementary color
Monochromatic Colors of #ADE18A
Black with #ADE18A
Text Example
Text Example
White with #ADE18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE18A; }
p { color: rgb(173,225,138); }
H1.HeaderClassName
{
color: #ADE18A;
}
.AnyTagClassName
{
color: #ADE18A;
}
</style>
background-color css
<style>
a { background-color: #ADE18A; }
a { background-color: rgb(173,225,138); }
div.DivClassName
{
background-color: #ADE18A;
}
.BgClassName
{
background-color: #ADE18A;
}
</style>
border-color css
<style>
span { border-color: #ADE18A; }
span { border-color: rgb(173,225,138); }
td.TdClassName
{
border-color: #ADE18A;
}
.TagClassName
{
border-color: #ADE18A;
}
</style>