Shades of Feijoa #ADE56F
Tints of Feijoa #ADE56F
RGB
CMYK
RGB Variations
Color information
#ADE56F (or 0xADE56F) is known color: Feijoa. HEX triplet: AD, E5 and 6F. RGB value is (173,229,111). Sum of RGB (Red+Green+Blue) = 173+229+111=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE56F is #521A90. Grayscale: #C7C7C7. Windows color (decimal): -5380753 or 7333293. OLE color: 7333293.
HSL color Cylindrical-coordinate representation of color #ADE56F: hue angle of 88.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADE56F is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 111 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.10 |
| HSL | 88.47º | 0.69% | 0.67% | - |
| HSV(B) | 88.47º | 0.52% | 0.9% | - |
| XYZ | 48.12 | 66.07 | 25.26 | - |
| YUV | 198.8 | 78.45 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 111 | 0.24 | 0 | 0.52 | 0.10 | 88.47 | 0.69 | 0.67 |
| Hex | AD | E5 | 6F | 18 | 0 | 34 | A | 58 | 45 | 43 |
| Octal | 255 | 345 | 157 | 30 | 0 | 64 | 12 | 130 | 105 | 103 |
| Binary | 10101101 | 11100101 | 1101111 | 11000 | 0 | 110100 | 1010 | 1011000 | 1000101 | 1000011 |
Color Harmonies of #ADE56F
Complementary color
Monochromatic Colors of #ADE56F
Black with #ADE56F
Text Example
Text Example
White with #ADE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE56F; }
p { color: rgb(173,229,111); }
H1.HeaderClassName
{
color: #ADE56F;
}
.AnyTagClassName
{
color: #ADE56F;
}
</style>
background-color css
<style>
a { background-color: #ADE56F; }
a { background-color: rgb(173,229,111); }
div.DivClassName
{
background-color: #ADE56F;
}
.BgClassName
{
background-color: #ADE56F;
}
</style>
border-color css
<style>
span { border-color: #ADE56F; }
span { border-color: rgb(173,229,111); }
td.TdClassName
{
border-color: #ADE56F;
}
.TagClassName
{
border-color: #ADE56F;
}
</style>