Shades of Feijoa #ADE58B
Tints of Feijoa #ADE58B
RGB
CMYK
RGB Variations
Color information
#ADE58B (or 0xADE58B) is known color: Feijoa. HEX triplet: AD, E5 and 8B. RGB value is (173,229,139). Sum of RGB (Red+Green+Blue) = 173+229+139=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 229 (89.84% from 255 or 42.33% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE58B is #521A74. Grayscale: #CACACA. Windows color (decimal): -5380725 or 9168301. OLE color: 9168301.
HSL color Cylindrical-coordinate representation of color #ADE58B: hue angle of 97.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE58B is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 139 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.10 |
| HSL | 97.33º | 0.63% | 0.72% | - |
| HSV(B) | 97.33º | 0.39% | 0.9% | - |
| XYZ | 49.91 | 66.79 | 34.69 | - |
| YUV | 202 | 92.45 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 139 | 0.24 | 0 | 0.39 | 0.10 | 97.33 | 0.63 | 0.72 |
| Hex | AD | E5 | 8B | 18 | 0 | 27 | A | 61 | 3F | 48 |
| Octal | 255 | 345 | 213 | 30 | 0 | 47 | 12 | 141 | 77 | 110 |
| Binary | 10101101 | 11100101 | 10001011 | 11000 | 0 | 100111 | 1010 | 1100001 | 111111 | 1001000 |
Color Harmonies of #ADE58B
Complementary color
Monochromatic Colors of #ADE58B
Black with #ADE58B
Text Example
Text Example
White with #ADE58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE58B; }
p { color: rgb(173,229,139); }
H1.HeaderClassName
{
color: #ADE58B;
}
.AnyTagClassName
{
color: #ADE58B;
}
</style>
background-color css
<style>
a { background-color: #ADE58B; }
a { background-color: rgb(173,229,139); }
div.DivClassName
{
background-color: #ADE58B;
}
.BgClassName
{
background-color: #ADE58B;
}
</style>
border-color css
<style>
span { border-color: #ADE58B; }
span { border-color: rgb(173,229,139); }
td.TdClassName
{
border-color: #ADE58B;
}
.TagClassName
{
border-color: #ADE58B;
}
</style>