Shades of Feijoa #A8DE7B
Tints of Feijoa #A8DE7B
RGB
CMYK
RGB Variations
Color information
#A8DE7B (or 0xA8DE7B) is known color: Feijoa. HEX triplet: A8, DE and 7B. RGB value is (168,222,123). Sum of RGB (Red+Green+Blue) = 168+222+123=513 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.75% from 513); Green value is 222 (87.11% from 255 or 43.27% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 222 - color contains mainly: green. Hex color #A8DE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DE7B is #572184. Grayscale: #C2C2C2. Windows color (decimal): -5710213 or 8117928. OLE color: 8117928.
HSL color Cylindrical-coordinate representation of color #A8DE7B: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8DE7B is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 222 | 123 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.13 |
| HSL | 92.73º | 0.6% | 0.68% | - |
| HSV(B) | 92.73º | 0.45% | 0.87% | - |
| XYZ | 45.84 | 62 | 28.29 | - |
| YUV | 194.57 | 87.61 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 123 | 0.24 | 0 | 0.45 | 0.13 | 92.73 | 0.6 | 0.68 |
| Hex | A8 | DE | 7B | 18 | 0 | 2D | D | 5D | 3C | 44 |
| Octal | 250 | 336 | 173 | 30 | 0 | 55 | 15 | 135 | 74 | 104 |
| Binary | 10101000 | 11011110 | 1111011 | 11000 | 0 | 101101 | 1101 | 1011101 | 111100 | 1000100 |
Color Harmonies of #A8DE7B
Complementary color
Monochromatic Colors of #A8DE7B
Black with #A8DE7B
Text Example
Text Example
White with #A8DE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DE7B; }
p { color: rgb(168,222,123); }
H1.HeaderClassName
{
color: #A8DE7B;
}
.AnyTagClassName
{
color: #A8DE7B;
}
</style>
background-color css
<style>
a { background-color: #A8DE7B; }
a { background-color: rgb(168,222,123); }
div.DivClassName
{
background-color: #A8DE7B;
}
.BgClassName
{
background-color: #A8DE7B;
}
</style>
border-color css
<style>
span { border-color: #A8DE7B; }
span { border-color: rgb(168,222,123); }
td.TdClassName
{
border-color: #A8DE7B;
}
.TagClassName
{
border-color: #A8DE7B;
}
</style>