Shades of Feijoa #ADE678
Tints of Feijoa #ADE678
RGB
CMYK
RGB Variations
Color information
#ADE678 (or 0xADE678) is known color: Feijoa. HEX triplet: AD, E6 and 78. RGB value is (173,230,120). Sum of RGB (Red+Green+Blue) = 173+230+120=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 230 (90.23% from 255 or 43.98% from 523); Blue value is 120 (47.27% from 255 or 22.94% from 523); Max value from RGB is 230 - color contains mainly: green. Hex color #ADE678 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADE678 is #521987. Grayscale: #C8C8C8. Windows color (decimal): -5380488 or 7923373. OLE color: 7923373.
HSL color Cylindrical-coordinate representation of color #ADE678: hue angle of 91.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADE678 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 230 | 120 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.10 |
| HSL | 91.09º | 0.69% | 0.69% | - |
| HSV(B) | 91.09º | 0.48% | 0.9% | - |
| XYZ | 48.92 | 66.83 | 28.09 | - |
| YUV | 200.42 | 82.62 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 230 | 120 | 0.25 | 0 | 0.48 | 0.10 | 91.09 | 0.69 | 0.69 |
| Hex | AD | E6 | 78 | 19 | 0 | 30 | A | 5B | 45 | 45 |
| Octal | 255 | 346 | 170 | 31 | 0 | 60 | 12 | 133 | 105 | 105 |
| Binary | 10101101 | 11100110 | 1111000 | 11001 | 0 | 110000 | 1010 | 1011011 | 1000101 | 1000101 |
Color Harmonies of #ADE678
Complementary color
Monochromatic Colors of #ADE678
Black with #ADE678
Text Example
Text Example
White with #ADE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE678; }
p { color: rgb(173,230,120); }
H1.HeaderClassName
{
color: #ADE678;
}
.AnyTagClassName
{
color: #ADE678;
}
</style>
background-color css
<style>
a { background-color: #ADE678; }
a { background-color: rgb(173,230,120); }
div.DivClassName
{
background-color: #ADE678;
}
.BgClassName
{
background-color: #ADE678;
}
</style>
border-color css
<style>
span { border-color: #ADE678; }
span { border-color: rgb(173,230,120); }
td.TdClassName
{
border-color: #ADE678;
}
.TagClassName
{
border-color: #ADE678;
}
</style>