Shades of Feijoa #ADE58A
Tints of Feijoa #ADE58A
RGB
CMYK
RGB Variations
Color information
#ADE58A (or 0xADE58A) is known color: Feijoa. HEX triplet: AD, E5 and 8A. RGB value is (173,229,138). Sum of RGB (Red+Green+Blue) = 173+229+138=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE58A is #521A75. Grayscale: #CACACA. Windows color (decimal): -5380726 or 9102765. OLE color: 9102765.
HSL color Cylindrical-coordinate representation of color #ADE58A: hue angle of 96.92º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE58A is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 138 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.10 |
| HSL | 96.92º | 0.64% | 0.72% | - |
| HSV(B) | 96.92º | 0.4% | 0.9% | - |
| XYZ | 49.84 | 66.76 | 34.3 | - |
| YUV | 201.88 | 91.95 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 138 | 0.24 | 0 | 0.40 | 0.10 | 96.92 | 0.64 | 0.72 |
| Hex | AD | E5 | 8A | 18 | 0 | 28 | A | 61 | 40 | 48 |
| Octal | 255 | 345 | 212 | 30 | 0 | 50 | 12 | 141 | 100 | 110 |
| Binary | 10101101 | 11100101 | 10001010 | 11000 | 0 | 101000 | 1010 | 1100001 | 1000000 | 1001000 |
Color Harmonies of #ADE58A
Complementary color
Monochromatic Colors of #ADE58A
Black with #ADE58A
Text Example
Text Example
White with #ADE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE58A; }
p { color: rgb(173,229,138); }
H1.HeaderClassName
{
color: #ADE58A;
}
.AnyTagClassName
{
color: #ADE58A;
}
</style>
background-color css
<style>
a { background-color: #ADE58A; }
a { background-color: rgb(173,229,138); }
div.DivClassName
{
background-color: #ADE58A;
}
.BgClassName
{
background-color: #ADE58A;
}
</style>
border-color css
<style>
span { border-color: #ADE58A; }
span { border-color: rgb(173,229,138); }
td.TdClassName
{
border-color: #ADE58A;
}
.TagClassName
{
border-color: #ADE58A;
}
</style>