Shades of Feijoa #ADE574
Tints of Feijoa #ADE574
RGB
CMYK
RGB Variations
Color information
#ADE574 (or 0xADE574) is known color: Feijoa. HEX triplet: AD, E5 and 74. RGB value is (173,229,116). Sum of RGB (Red+Green+Blue) = 173+229+116=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 229 (89.84% from 255 or 44.21% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE574 is #521A8B. Grayscale: #C7C7C7. Windows color (decimal): -5380748 or 7660973. OLE color: 7660973.
HSL color Cylindrical-coordinate representation of color #ADE574: hue angle of 89.73º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADE574 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 116 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.10 |
| HSL | 89.73º | 0.68% | 0.68% | - |
| HSV(B) | 89.73º | 0.49% | 0.9% | - |
| XYZ | 48.41 | 66.18 | 26.75 | - |
| YUV | 199.37 | 80.95 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 116 | 0.24 | 0 | 0.49 | 0.10 | 89.73 | 0.68 | 0.68 |
| Hex | AD | E5 | 74 | 18 | 0 | 31 | A | 5A | 44 | 44 |
| Octal | 255 | 345 | 164 | 30 | 0 | 61 | 12 | 132 | 104 | 104 |
| Binary | 10101101 | 11100101 | 1110100 | 11000 | 0 | 110001 | 1010 | 1011010 | 1000100 | 1000100 |
Color Harmonies of #ADE574
Complementary color
Monochromatic Colors of #ADE574
Black with #ADE574
Text Example
Text Example
White with #ADE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE574; }
p { color: rgb(173,229,116); }
H1.HeaderClassName
{
color: #ADE574;
}
.AnyTagClassName
{
color: #ADE574;
}
</style>
background-color css
<style>
a { background-color: #ADE574; }
a { background-color: rgb(173,229,116); }
div.DivClassName
{
background-color: #ADE574;
}
.BgClassName
{
background-color: #ADE574;
}
</style>
border-color css
<style>
span { border-color: #ADE574; }
span { border-color: rgb(173,229,116); }
td.TdClassName
{
border-color: #ADE574;
}
.TagClassName
{
border-color: #ADE574;
}
</style>