Shades of Feijoa #A8DE6D
Tints of Feijoa #A8DE6D
RGB
CMYK
RGB Variations
Color information
#A8DE6D (or 0xA8DE6D) is known color: Feijoa. HEX triplet: A8, DE and 6D. RGB value is (168,222,109). Sum of RGB (Red+Green+Blue) = 168+222+109=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE6D is #572192. Grayscale: #C1C1C1. Windows color (decimal): -5710227 or 7200424. OLE color: 7200424.
HSL color Cylindrical-coordinate representation of color #A8DE6D: hue angle of 88.67º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8DE6D is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 109 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.13 |
| HSL | 88.67º | 0.63% | 0.65% | - |
| HSV(B) | 88.67º | 0.51% | 0.87% | - |
| XYZ | 45.03 | 61.67 | 24 | - |
| YUV | 192.97 | 80.61 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 109 | 0.24 | 0 | 0.51 | 0.13 | 88.67 | 0.63 | 0.65 |
| Hex | A8 | DE | 6D | 18 | 0 | 33 | D | 59 | 3F | 41 |
| Octal | 250 | 336 | 155 | 30 | 0 | 63 | 15 | 131 | 77 | 101 |
| Binary | 10101000 | 11011110 | 1101101 | 11000 | 0 | 110011 | 1101 | 1011001 | 111111 | 1000001 |
Color Harmonies of #A8DE6D
Complementary color
Monochromatic Colors of #A8DE6D
Black with #A8DE6D
Text Example
Text Example
White with #A8DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE6D; }
p { color: rgb(168,222,109); }
H1.HeaderClassName
{
color: #A8DE6D;
}
.AnyTagClassName
{
color: #A8DE6D;
}
</style>
background-color css
<style>
a { background-color: #A8DE6D; }
a { background-color: rgb(168,222,109); }
div.DivClassName
{
background-color: #A8DE6D;
}
.BgClassName
{
background-color: #A8DE6D;
}
</style>
border-color css
<style>
span { border-color: #A8DE6D; }
span { border-color: rgb(168,222,109); }
td.TdClassName
{
border-color: #A8DE6D;
}
.TagClassName
{
border-color: #A8DE6D;
}
</style>