Shades of Feijoa #ADE67D
Tints of Feijoa #ADE67D
RGB
CMYK
RGB Variations
Color information
#ADE67D (or 0xADE67D) is known color: Feijoa. HEX triplet: AD, E6 and 7D. RGB value is (173,230,125). Sum of RGB (Red+Green+Blue) = 173+230+125=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 230 (90.23% from 255 or 43.56% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE67D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE67D is #521982. Grayscale: #C9C9C9. Windows color (decimal): -5380483 or 8251053. OLE color: 8251053.
HSL color Cylindrical-coordinate representation of color #ADE67D: hue angle of 92.57º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADE67D is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 125 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.10 |
| HSL | 92.57º | 0.68% | 0.7% | - |
| HSV(B) | 92.57º | 0.46% | 0.9% | - |
| XYZ | 49.23 | 66.96 | 29.73 | - |
| YUV | 200.99 | 85.12 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 125 | 0.25 | 0 | 0.46 | 0.10 | 92.57 | 0.68 | 0.7 |
| Hex | AD | E6 | 7D | 19 | 0 | 2E | A | 5D | 44 | 46 |
| Octal | 255 | 346 | 175 | 31 | 0 | 56 | 12 | 135 | 104 | 106 |
| Binary | 10101101 | 11100110 | 1111101 | 11001 | 0 | 101110 | 1010 | 1011101 | 1000100 | 1000110 |
Color Harmonies of #ADE67D
Complementary color
Monochromatic Colors of #ADE67D
Black with #ADE67D
Text Example
Text Example
White with #ADE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE67D; }
p { color: rgb(173,230,125); }
H1.HeaderClassName
{
color: #ADE67D;
}
.AnyTagClassName
{
color: #ADE67D;
}
</style>
background-color css
<style>
a { background-color: #ADE67D; }
a { background-color: rgb(173,230,125); }
div.DivClassName
{
background-color: #ADE67D;
}
.BgClassName
{
background-color: #ADE67D;
}
</style>
border-color css
<style>
span { border-color: #ADE67D; }
span { border-color: rgb(173,230,125); }
td.TdClassName
{
border-color: #ADE67D;
}
.TagClassName
{
border-color: #ADE67D;
}
</style>