Shades of Feijoa #ADE975
Tints of Feijoa #ADE975
RGB
CMYK
RGB Variations
Color information
#ADE975 (or 0xADE975) is known color: Feijoa. HEX triplet: AD, E9 and 75. RGB value is (173,233,117). Sum of RGB (Red+Green+Blue) = 173+233+117=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 233 (91.41% from 255 or 44.55% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE975 is #52168A. Grayscale: #CACACA. Windows color (decimal): -5379723 or 7727533. OLE color: 7727533.
HSL color Cylindrical-coordinate representation of color #ADE975: hue angle of 91.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADE975 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 117 | - |
| CMYK | 0.26 | 0 | 0.50 | 0.09 |
| HSL | 91.03º | 0.73% | 0.69% | - |
| HSV(B) | 91.03º | 0.5% | 0.91% | - |
| XYZ | 49.58 | 68.45 | 27.43 | - |
| YUV | 201.84 | 80.12 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 117 | 0.26 | 0 | 0.50 | 0.09 | 91.03 | 0.73 | 0.69 |
| Hex | AD | E9 | 75 | 1A | 0 | 32 | 9 | 5B | 48 | 45 |
| Octal | 255 | 351 | 165 | 32 | 0 | 62 | 11 | 133 | 110 | 105 |
| Binary | 10101101 | 11101001 | 1110101 | 11010 | 0 | 110010 | 1001 | 1011011 | 1001000 | 1000101 |
Color Harmonies of #ADE975
Complementary color
Monochromatic Colors of #ADE975
Black with #ADE975
Text Example
Text Example
White with #ADE975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE975; }
p { color: rgb(173,233,117); }
H1.HeaderClassName
{
color: #ADE975;
}
.AnyTagClassName
{
color: #ADE975;
}
</style>
background-color css
<style>
a { background-color: #ADE975; }
a { background-color: rgb(173,233,117); }
div.DivClassName
{
background-color: #ADE975;
}
.BgClassName
{
background-color: #ADE975;
}
</style>
border-color css
<style>
span { border-color: #ADE975; }
span { border-color: rgb(173,233,117); }
td.TdClassName
{
border-color: #ADE975;
}
.TagClassName
{
border-color: #ADE975;
}
</style>