Shades of Feijoa #ADE075
Tints of Feijoa #ADE075
RGB
CMYK
RGB Variations
Color information
#ADE075 (or 0xADE075) is known color: Feijoa. HEX triplet: AD, E0 and 75. RGB value is (173,224,117). Sum of RGB (Red+Green+Blue) = 173+224+117=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #ADE075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE075 is #521F8A. Grayscale: #C4C4C4. Windows color (decimal): -5382027 or 7725229. OLE color: 7725229.
HSL color Cylindrical-coordinate representation of color #ADE075: hue angle of 88.6º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE075 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 224 | 117 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.12 |
| HSL | 88.6º | 0.63% | 0.67% | - |
| HSV(B) | 88.6º | 0.48% | 0.88% | - |
| XYZ | 47.1 | 63.48 | 26.6 | - |
| YUV | 196.55 | 83.1 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 224 | 117 | 0.23 | 0 | 0.48 | 0.12 | 88.6 | 0.63 | 0.67 |
| Hex | AD | E0 | 75 | 17 | 0 | 30 | C | 59 | 3F | 43 |
| Octal | 255 | 340 | 165 | 27 | 0 | 60 | 14 | 131 | 77 | 103 |
| Binary | 10101101 | 11100000 | 1110101 | 10111 | 0 | 110000 | 1100 | 1011001 | 111111 | 1000011 |
Color Harmonies of #ADE075
Complementary color
Monochromatic Colors of #ADE075
Black with #ADE075
Text Example
Text Example
White with #ADE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE075; }
p { color: rgb(173,224,117); }
H1.HeaderClassName
{
color: #ADE075;
}
.AnyTagClassName
{
color: #ADE075;
}
</style>
background-color css
<style>
a { background-color: #ADE075; }
a { background-color: rgb(173,224,117); }
div.DivClassName
{
background-color: #ADE075;
}
.BgClassName
{
background-color: #ADE075;
}
</style>
border-color css
<style>
span { border-color: #ADE075; }
span { border-color: rgb(173,224,117); }
td.TdClassName
{
border-color: #ADE075;
}
.TagClassName
{
border-color: #ADE075;
}
</style>