Shades of Feijoa #ADE38F
Tints of Feijoa #ADE38F
RGB
CMYK
RGB Variations
Color information
#ADE38F (or 0xADE38F) is known color: Feijoa. HEX triplet: AD, E3 and 8F. RGB value is (173,227,143). Sum of RGB (Red+Green+Blue) = 173+227+143=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADE38F is #521C70. Grayscale: #C9C9C9. Windows color (decimal): -5381233 or 9429933. OLE color: 9429933.
HSL color Cylindrical-coordinate representation of color #ADE38F: hue angle of 98.57º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADE38F is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 143 | - |
| CMYK | 0.24 | 0 | 0.37 | 0.11 |
| HSL | 98.57º | 0.6% | 0.73% | - |
| HSV(B) | 98.57º | 0.37% | 0.89% | - |
| XYZ | 49.66 | 65.81 | 36.07 | - |
| YUV | 201.28 | 95.11 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 143 | 0.24 | 0 | 0.37 | 0.11 | 98.57 | 0.6 | 0.73 |
| Hex | AD | E3 | 8F | 18 | 0 | 25 | B | 63 | 3C | 49 |
| Octal | 255 | 343 | 217 | 30 | 0 | 45 | 13 | 143 | 74 | 111 |
| Binary | 10101101 | 11100011 | 10001111 | 11000 | 0 | 100101 | 1011 | 1100011 | 111100 | 1001001 |
Color Harmonies of #ADE38F
Complementary color
Monochromatic Colors of #ADE38F
Black with #ADE38F
Text Example
Text Example
White with #ADE38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE38F; }
p { color: rgb(173,227,143); }
H1.HeaderClassName
{
color: #ADE38F;
}
.AnyTagClassName
{
color: #ADE38F;
}
</style>
background-color css
<style>
a { background-color: #ADE38F; }
a { background-color: rgb(173,227,143); }
div.DivClassName
{
background-color: #ADE38F;
}
.BgClassName
{
background-color: #ADE38F;
}
</style>
border-color css
<style>
span { border-color: #ADE38F; }
span { border-color: rgb(173,227,143); }
td.TdClassName
{
border-color: #ADE38F;
}
.TagClassName
{
border-color: #ADE38F;
}
</style>