Shades of Feijoa #ADE78A
Tints of Feijoa #ADE78A
RGB
CMYK
RGB Variations
Color information
#ADE78A (or 0xADE78A) is known color: Feijoa. HEX triplet: AD, E7 and 8A. RGB value is (173,231,138). Sum of RGB (Red+Green+Blue) = 173+231+138=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE78A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE78A is #521875. Grayscale: #CBCBCB. Windows color (decimal): -5380214 or 9103277. OLE color: 9103277.
HSL color Cylindrical-coordinate representation of color #ADE78A: hue angle of 97.42º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADE78A is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 138 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.09 |
| HSL | 97.42º | 0.66% | 0.72% | - |
| HSV(B) | 97.42º | 0.4% | 0.91% | - |
| XYZ | 50.4 | 67.87 | 34.49 | - |
| YUV | 203.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 138 | 0.25 | 0 | 0.40 | 0.09 | 97.42 | 0.66 | 0.72 |
| Hex | AD | E7 | 8A | 19 | 0 | 28 | 9 | 61 | 42 | 48 |
| Octal | 255 | 347 | 212 | 31 | 0 | 50 | 11 | 141 | 102 | 110 |
| Binary | 10101101 | 11100111 | 10001010 | 11001 | 0 | 101000 | 1001 | 1100001 | 1000010 | 1001000 |
Color Harmonies of #ADE78A
Complementary color
Monochromatic Colors of #ADE78A
Black with #ADE78A
Text Example
Text Example
White with #ADE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE78A; }
p { color: rgb(173,231,138); }
H1.HeaderClassName
{
color: #ADE78A;
}
.AnyTagClassName
{
color: #ADE78A;
}
</style>
background-color css
<style>
a { background-color: #ADE78A; }
a { background-color: rgb(173,231,138); }
div.DivClassName
{
background-color: #ADE78A;
}
.BgClassName
{
background-color: #ADE78A;
}
</style>
border-color css
<style>
span { border-color: #ADE78A; }
span { border-color: rgb(173,231,138); }
td.TdClassName
{
border-color: #ADE78A;
}
.TagClassName
{
border-color: #ADE78A;
}
</style>