Shades of Feijoa #ADE28A
Tints of Feijoa #ADE28A
RGB
CMYK
RGB Variations
Color information
#ADE28A (or 0xADE28A) is known color: Feijoa. HEX triplet: AD, E2 and 8A. RGB value is (173,226,138). Sum of RGB (Red+Green+Blue) = 173+226+138=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE28A is #521D75. Grayscale: #C8C8C8. Windows color (decimal): -5381494 or 9101997. OLE color: 9101997.
HSL color Cylindrical-coordinate representation of color #ADE28A: hue angle of 96.14º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE28A is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 226 | 138 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.11 |
| HSL | 96.14º | 0.6% | 0.71% | - |
| HSV(B) | 96.14º | 0.39% | 0.89% | - |
| XYZ | 49.02 | 65.11 | 34.03 | - |
| YUV | 200.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 226 | 138 | 0.23 | 0 | 0.39 | 0.11 | 96.14 | 0.6 | 0.71 |
| Hex | AD | E2 | 8A | 17 | 0 | 27 | B | 60 | 3C | 47 |
| Octal | 255 | 342 | 212 | 27 | 0 | 47 | 13 | 140 | 74 | 107 |
| Binary | 10101101 | 11100010 | 10001010 | 10111 | 0 | 100111 | 1011 | 1100000 | 111100 | 1000111 |
Color Harmonies of #ADE28A
Complementary color
Monochromatic Colors of #ADE28A
Black with #ADE28A
Text Example
Text Example
White with #ADE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE28A; }
p { color: rgb(173,226,138); }
H1.HeaderClassName
{
color: #ADE28A;
}
.AnyTagClassName
{
color: #ADE28A;
}
</style>
background-color css
<style>
a { background-color: #ADE28A; }
a { background-color: rgb(173,226,138); }
div.DivClassName
{
background-color: #ADE28A;
}
.BgClassName
{
background-color: #ADE28A;
}
</style>
border-color css
<style>
span { border-color: #ADE28A; }
span { border-color: rgb(173,226,138); }
td.TdClassName
{
border-color: #ADE28A;
}
.TagClassName
{
border-color: #ADE28A;
}
</style>