Shades of Feijoa #ADE67C
Tints of Feijoa #ADE67C
RGB
CMYK
RGB Variations
Color information
#ADE67C (or 0xADE67C) is known color: Feijoa. HEX triplet: AD, E6 and 7C. RGB value is (173,230,124). Sum of RGB (Red+Green+Blue) = 173+230+124=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 230 (90.23% from 255 or 43.64% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE67C is #521983. Grayscale: #C9C9C9. Windows color (decimal): -5380484 or 8185517. OLE color: 8185517.
HSL color Cylindrical-coordinate representation of color #ADE67C: hue angle of 92.26º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE67C is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 124 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.10 |
| HSL | 92.26º | 0.68% | 0.69% | - |
| HSV(B) | 92.26º | 0.46% | 0.9% | - |
| XYZ | 49.17 | 66.93 | 29.4 | - |
| YUV | 200.87 | 84.62 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 124 | 0.25 | 0 | 0.46 | 0.10 | 92.26 | 0.68 | 0.69 |
| Hex | AD | E6 | 7C | 19 | 0 | 2E | A | 5C | 44 | 45 |
| Octal | 255 | 346 | 174 | 31 | 0 | 56 | 12 | 134 | 104 | 105 |
| Binary | 10101101 | 11100110 | 1111100 | 11001 | 0 | 101110 | 1010 | 1011100 | 1000100 | 1000101 |
Color Harmonies of #ADE67C
Complementary color
Monochromatic Colors of #ADE67C
Black with #ADE67C
Text Example
Text Example
White with #ADE67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE67C; }
p { color: rgb(173,230,124); }
H1.HeaderClassName
{
color: #ADE67C;
}
.AnyTagClassName
{
color: #ADE67C;
}
</style>
background-color css
<style>
a { background-color: #ADE67C; }
a { background-color: rgb(173,230,124); }
div.DivClassName
{
background-color: #ADE67C;
}
.BgClassName
{
background-color: #ADE67C;
}
</style>
border-color css
<style>
span { border-color: #ADE67C; }
span { border-color: rgb(173,230,124); }
td.TdClassName
{
border-color: #ADE67C;
}
.TagClassName
{
border-color: #ADE67C;
}
</style>