Shades of Feijoa #ADE66F
Tints of Feijoa #ADE66F
RGB
CMYK
RGB Variations
Color information
#ADE66F (or 0xADE66F) is known color: Feijoa. HEX triplet: AD, E6 and 6F. RGB value is (173,230,111). Sum of RGB (Red+Green+Blue) = 173+230+111=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE66F is #521990. Grayscale: #C7C7C7. Windows color (decimal): -5380497 or 7333549. OLE color: 7333549.
HSL color Cylindrical-coordinate representation of color #ADE66F: hue angle of 88.74º degrees, saturation: 0.7, 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 #ADE66F is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 111 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.10 |
| HSL | 88.74º | 0.7% | 0.67% | - |
| HSV(B) | 88.74º | 0.52% | 0.9% | - |
| XYZ | 48.4 | 66.63 | 25.35 | - |
| YUV | 199.39 | 78.12 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 111 | 0.25 | 0 | 0.52 | 0.10 | 88.74 | 0.7 | 0.67 |
| Hex | AD | E6 | 6F | 19 | 0 | 34 | A | 59 | 46 | 43 |
| Octal | 255 | 346 | 157 | 31 | 0 | 64 | 12 | 131 | 106 | 103 |
| Binary | 10101101 | 11100110 | 1101111 | 11001 | 0 | 110100 | 1010 | 1011001 | 1000110 | 1000011 |
Color Harmonies of #ADE66F
Complementary color
Monochromatic Colors of #ADE66F
Black with #ADE66F
Text Example
Text Example
White with #ADE66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE66F; }
p { color: rgb(173,230,111); }
H1.HeaderClassName
{
color: #ADE66F;
}
.AnyTagClassName
{
color: #ADE66F;
}
</style>
background-color css
<style>
a { background-color: #ADE66F; }
a { background-color: rgb(173,230,111); }
div.DivClassName
{
background-color: #ADE66F;
}
.BgClassName
{
background-color: #ADE66F;
}
</style>
border-color css
<style>
span { border-color: #ADE66F; }
span { border-color: rgb(173,230,111); }
td.TdClassName
{
border-color: #ADE66F;
}
.TagClassName
{
border-color: #ADE66F;
}
</style>