Shades of Feijoa #A8DF71
Tints of Feijoa #A8DF71
RGB
CMYK
RGB Variations
Color information
#A8DF71 (or 0xA8DF71) is known color: Feijoa. HEX triplet: A8, DF and 71. RGB value is (168,223,113). Sum of RGB (Red+Green+Blue) = 168+223+113=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8DF71 is #57208E. Grayscale: #C2C2C2. Windows color (decimal): -5709967 or 7462824. OLE color: 7462824.
HSL color Cylindrical-coordinate representation of color #A8DF71: hue angle of 90º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8DF71 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 113 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.13 |
| HSL | 90º | 0.63% | 0.66% | - |
| HSV(B) | 90º | 0.49% | 0.87% | - |
| XYZ | 45.52 | 62.29 | 25.25 | - |
| YUV | 194.02 | 82.28 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 113 | 0.25 | 0 | 0.49 | 0.13 | 90 | 0.63 | 0.66 |
| Hex | A8 | DF | 71 | 19 | 0 | 31 | D | 5A | 3F | 42 |
| Octal | 250 | 337 | 161 | 31 | 0 | 61 | 15 | 132 | 77 | 102 |
| Binary | 10101000 | 11011111 | 1110001 | 11001 | 0 | 110001 | 1101 | 1011010 | 111111 | 1000010 |
Color Harmonies of #A8DF71
Complementary color
Monochromatic Colors of #A8DF71
Black with #A8DF71
Text Example
Text Example
White with #A8DF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF71; }
p { color: rgb(168,223,113); }
H1.HeaderClassName
{
color: #A8DF71;
}
.AnyTagClassName
{
color: #A8DF71;
}
</style>
background-color css
<style>
a { background-color: #A8DF71; }
a { background-color: rgb(168,223,113); }
div.DivClassName
{
background-color: #A8DF71;
}
.BgClassName
{
background-color: #A8DF71;
}
</style>
border-color css
<style>
span { border-color: #A8DF71; }
span { border-color: rgb(168,223,113); }
td.TdClassName
{
border-color: #A8DF71;
}
.TagClassName
{
border-color: #A8DF71;
}
</style>