Shades of Feijoa #ADE380
Tints of Feijoa #ADE380
RGB
CMYK
RGB Variations
Color information
#ADE380 (or 0xADE380) is known color: Feijoa. HEX triplet: AD, E3 and 80. RGB value is (173,227,128). Sum of RGB (Red+Green+Blue) = 173+227+128=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE380 is #521C7F. Grayscale: #C7C7C7. Windows color (decimal): -5381248 or 8446893. OLE color: 8446893.
HSL color Cylindrical-coordinate representation of color #ADE380: hue angle of 92.73º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADE380 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 128 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.11 |
| HSL | 92.73º | 0.64% | 0.7% | - |
| HSV(B) | 92.73º | 0.44% | 0.89% | - |
| XYZ | 48.6 | 65.38 | 30.48 | - |
| YUV | 199.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 128 | 0.24 | 0 | 0.44 | 0.11 | 92.73 | 0.64 | 0.7 |
| Hex | AD | E3 | 80 | 18 | 0 | 2C | B | 5D | 40 | 46 |
| Octal | 255 | 343 | 200 | 30 | 0 | 54 | 13 | 135 | 100 | 106 |
| Binary | 10101101 | 11100011 | 10000000 | 11000 | 0 | 101100 | 1011 | 1011101 | 1000000 | 1000110 |
Color Harmonies of #ADE380
Complementary color
Monochromatic Colors of #ADE380
Black with #ADE380
Text Example
Text Example
White with #ADE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE380; }
p { color: rgb(173,227,128); }
H1.HeaderClassName
{
color: #ADE380;
}
.AnyTagClassName
{
color: #ADE380;
}
</style>
background-color css
<style>
a { background-color: #ADE380; }
a { background-color: rgb(173,227,128); }
div.DivClassName
{
background-color: #ADE380;
}
.BgClassName
{
background-color: #ADE380;
}
</style>
border-color css
<style>
span { border-color: #ADE380; }
span { border-color: rgb(173,227,128); }
td.TdClassName
{
border-color: #ADE380;
}
.TagClassName
{
border-color: #ADE380;
}
</style>