Shades of Feijoa #ADE67A
Tints of Feijoa #ADE67A
RGB
CMYK
RGB Variations
Color information
#ADE67A (or 0xADE67A) is known color: Feijoa. HEX triplet: AD, E6 and 7A. RGB value is (173,230,122). Sum of RGB (Red+Green+Blue) = 173+230+122=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE67A is #521985. Grayscale: #C9C9C9. Windows color (decimal): -5380486 or 8054445. OLE color: 8054445.
HSL color Cylindrical-coordinate representation of color #ADE67A: hue angle of 91.67º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADE67A is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 122 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.10 |
| HSL | 91.67º | 0.68% | 0.69% | - |
| HSV(B) | 91.67º | 0.47% | 0.9% | - |
| XYZ | 49.04 | 66.88 | 28.74 | - |
| YUV | 200.65 | 83.62 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 122 | 0.25 | 0 | 0.47 | 0.10 | 91.67 | 0.68 | 0.69 |
| Hex | AD | E6 | 7A | 19 | 0 | 2F | A | 5C | 44 | 45 |
| Octal | 255 | 346 | 172 | 31 | 0 | 57 | 12 | 134 | 104 | 105 |
| Binary | 10101101 | 11100110 | 1111010 | 11001 | 0 | 101111 | 1010 | 1011100 | 1000100 | 1000101 |
Color Harmonies of #ADE67A
Complementary color
Monochromatic Colors of #ADE67A
Black with #ADE67A
Text Example
Text Example
White with #ADE67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE67A; }
p { color: rgb(173,230,122); }
H1.HeaderClassName
{
color: #ADE67A;
}
.AnyTagClassName
{
color: #ADE67A;
}
</style>
background-color css
<style>
a { background-color: #ADE67A; }
a { background-color: rgb(173,230,122); }
div.DivClassName
{
background-color: #ADE67A;
}
.BgClassName
{
background-color: #ADE67A;
}
</style>
border-color css
<style>
span { border-color: #ADE67A; }
span { border-color: rgb(173,230,122); }
td.TdClassName
{
border-color: #ADE67A;
}
.TagClassName
{
border-color: #ADE67A;
}
</style>