Shades of Feijoa #A8D27D
Tints of Feijoa #A8D27D
RGB
CMYK
RGB Variations
Color information
#A8D27D (or 0xA8D27D) is known color: Feijoa. HEX triplet: A8, D2 and 7D. RGB value is (168,210,125). Sum of RGB (Red+Green+Blue) = 168+210+125=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 210 (82.42% from 255 or 41.75% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D27D is #572D82. Grayscale: #BCBCBC. Windows color (decimal): -5713283 or 8245928. OLE color: 8245928.
HSL color Cylindrical-coordinate representation of color #A8D27D: hue angle of 89.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A8D27D is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 125 | - |
| CMYK | 0.2 | 0 | 0.40 | 0.18 |
| HSL | 89.65º | 0.49% | 0.66% | - |
| HSV(B) | 89.65º | 0.4% | 0.82% | - |
| XYZ | 42.9 | 55.9 | 27.93 | - |
| YUV | 187.75 | 92.59 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 125 | 0.2 | 0 | 0.40 | 0.18 | 89.65 | 0.49 | 0.66 |
| Hex | A8 | D2 | 7D | 14 | 0 | 28 | 12 | 5A | 31 | 42 |
| Octal | 250 | 322 | 175 | 24 | 0 | 50 | 22 | 132 | 61 | 102 |
| Binary | 10101000 | 11010010 | 1111101 | 10100 | 0 | 101000 | 10010 | 1011010 | 110001 | 1000010 |
Color Harmonies of #A8D27D
Complementary color
Monochromatic Colors of #A8D27D
Black with #A8D27D
Text Example
Text Example
White with #A8D27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D27D; }
p { color: rgb(168,210,125); }
H1.HeaderClassName
{
color: #A8D27D;
}
.AnyTagClassName
{
color: #A8D27D;
}
</style>
background-color css
<style>
a { background-color: #A8D27D; }
a { background-color: rgb(168,210,125); }
div.DivClassName
{
background-color: #A8D27D;
}
.BgClassName
{
background-color: #A8D27D;
}
</style>
border-color css
<style>
span { border-color: #A8D27D; }
span { border-color: rgb(168,210,125); }
td.TdClassName
{
border-color: #A8D27D;
}
.TagClassName
{
border-color: #A8D27D;
}
</style>