Shades of Feijoa #A8D38F
Tints of Feijoa #A8D38F
RGB
CMYK
RGB Variations
Color information
#A8D38F (or 0xA8D38F) is known color: Feijoa. HEX triplet: A8, D3 and 8F. RGB value is (168,211,143). Sum of RGB (Red+Green+Blue) = 168+211+143=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 211 (82.81% from 255 or 40.42% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D38F is #572C70. Grayscale: #BEBEBE. Windows color (decimal): -5713009 or 9425832. OLE color: 9425832.
HSL color Cylindrical-coordinate representation of color #A8D38F: hue angle of 97.94º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8D38F is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 211 | 143 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.17 |
| HSL | 97.94º | 0.44% | 0.69% | - |
| HSV(B) | 97.94º | 0.32% | 0.83% | - |
| XYZ | 44.4 | 56.9 | 34.63 | - |
| YUV | 190.39 | 101.25 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 211 | 143 | 0.20 | 0 | 0.32 | 0.17 | 97.94 | 0.44 | 0.69 |
| Hex | A8 | D3 | 8F | 14 | 0 | 20 | 11 | 62 | 2C | 45 |
| Octal | 250 | 323 | 217 | 24 | 0 | 40 | 21 | 142 | 54 | 105 |
| Binary | 10101000 | 11010011 | 10001111 | 10100 | 0 | 100000 | 10001 | 1100010 | 101100 | 1000101 |
Color Harmonies of #A8D38F
Complementary color
Monochromatic Colors of #A8D38F
Black with #A8D38F
Text Example
Text Example
White with #A8D38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D38F; }
p { color: rgb(168,211,143); }
H1.HeaderClassName
{
color: #A8D38F;
}
.AnyTagClassName
{
color: #A8D38F;
}
</style>
background-color css
<style>
a { background-color: #A8D38F; }
a { background-color: rgb(168,211,143); }
div.DivClassName
{
background-color: #A8D38F;
}
.BgClassName
{
background-color: #A8D38F;
}
</style>
border-color css
<style>
span { border-color: #A8D38F; }
span { border-color: rgb(168,211,143); }
td.TdClassName
{
border-color: #A8D38F;
}
.TagClassName
{
border-color: #A8D38F;
}
</style>