Shades of Feijoa #ADE98F
Tints of Feijoa #ADE98F
RGB
CMYK
RGB Variations
Color information
#ADE98F (or 0xADE98F) is known color: Feijoa. HEX triplet: AD, E9 and 8F. RGB value is (173,233,143). Sum of RGB (Red+Green+Blue) = 173+233+143=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 233 (91.41% from 255 or 42.44% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 233 - color contains mainly: green. Hex color #ADE98F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADE98F is #521670. Grayscale: #CDCDCD. Windows color (decimal): -5379697 or 9431469. OLE color: 9431469.
HSL color Cylindrical-coordinate representation of color #ADE98F: hue angle of 100º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADE98F is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 233 | 143 | - |
| CMYK | 0.26 | 0 | 0.39 | 0.09 |
| HSL | 100º | 0.67% | 0.74% | - |
| HSV(B) | 100º | 0.39% | 0.91% | - |
| XYZ | 51.33 | 69.15 | 36.63 | - |
| YUV | 204.8 | 93.12 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 233 | 143 | 0.26 | 0 | 0.39 | 0.09 | 100 | 0.67 | 0.74 |
| Hex | AD | E9 | 8F | 1A | 0 | 27 | 9 | 64 | 43 | 4A |
| Octal | 255 | 351 | 217 | 32 | 0 | 47 | 11 | 144 | 103 | 112 |
| Binary | 10101101 | 11101001 | 10001111 | 11010 | 0 | 100111 | 1001 | 1100100 | 1000011 | 1001010 |
Color Harmonies of #ADE98F
Complementary color
Monochromatic Colors of #ADE98F
Black with #ADE98F
Text Example
Text Example
White with #ADE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE98F; }
p { color: rgb(173,233,143); }
H1.HeaderClassName
{
color: #ADE98F;
}
.AnyTagClassName
{
color: #ADE98F;
}
</style>
background-color css
<style>
a { background-color: #ADE98F; }
a { background-color: rgb(173,233,143); }
div.DivClassName
{
background-color: #ADE98F;
}
.BgClassName
{
background-color: #ADE98F;
}
</style>
border-color css
<style>
span { border-color: #ADE98F; }
span { border-color: rgb(173,233,143); }
td.TdClassName
{
border-color: #ADE98F;
}
.TagClassName
{
border-color: #ADE98F;
}
</style>