Shades of Feijoa #ADE980
Tints of Feijoa #ADE980
RGB
CMYK
RGB Variations
Color information
#ADE980 (or 0xADE980) is known color: Feijoa. HEX triplet: AD, E9 and 80. RGB value is (173,233,128). Sum of RGB (Red+Green+Blue) = 173+233+128=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 233 (91.41% from 255 or 43.63% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE980 is #52167F. Grayscale: #CBCBCB. Windows color (decimal): -5379712 or 8448429. OLE color: 8448429.
HSL color Cylindrical-coordinate representation of color #ADE980: hue angle of 94.29º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE980 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
RGB | 173 | 233 | 128 | - |
CMYK | 0.26 | 0 | 0.45 | 0.09 |
HSL | 94.29º | 0.7% | 0.71% | - |
HSV(B) | 94.29º | 0.45% | 0.91% | - |
XYZ | 50.27 | 68.72 | 31.04 | - |
YUV | 203.09 | 85.62 | 106.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 233 | 128 | 0.26 | 0 | 0.45 | 0.09 | 94.29 | 0.7 | 0.71 |
Hex | AD | E9 | 80 | 1A | 0 | 2D | 9 | 5E | 46 | 47 |
Octal | 255 | 351 | 200 | 32 | 0 | 55 | 11 | 136 | 106 | 107 |
Binary | 10101101 | 11101001 | 10000000 | 11010 | 0 | 101101 | 1001 | 1011110 | 1000110 | 1000111 |
Color Harmonies of #ADE980
Complementary color
Monochromatic Colors of #ADE980
Black with #ADE980
Text Example
Text Example
White with #ADE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE980; }
p { color: rgb(173,233,128); }
H1.HeaderClassName
{
color: #ADE980;
}
.AnyTagClassName
{
color: #ADE980;
}
</style>
background-color css
<style>
a { background-color: #ADE980; }
a { background-color: rgb(173,233,128); }
div.DivClassName
{
background-color: #ADE980;
}
.BgClassName
{
background-color: #ADE980;
}
</style>
border-color css
<style>
span { border-color: #ADE980; }
span { border-color: rgb(173,233,128); }
td.TdClassName
{
border-color: #ADE980;
}
.TagClassName
{
border-color: #ADE980;
}
</style>