Shades of Feijoa #A8E072
Tints of Feijoa #A8E072
RGB
CMYK
RGB Variations
Color information
#A8E072 (or 0xA8E072) is known color: Feijoa. HEX triplet: A8, E0 and 72. RGB value is (168,224,114). Sum of RGB (Red+Green+Blue) = 168+224+114=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8E072 is #571F8D. Grayscale: #C3C3C3. Windows color (decimal): -5709710 or 7528616. OLE color: 7528616.
HSL color Cylindrical-coordinate representation of color #A8E072: hue angle of 90.55º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8E072 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 114 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.12 |
| HSL | 90.55º | 0.64% | 0.66% | - |
| HSV(B) | 90.55º | 0.49% | 0.88% | - |
| XYZ | 45.84 | 62.85 | 25.63 | - |
| YUV | 194.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 114 | 0.25 | 0 | 0.49 | 0.12 | 90.55 | 0.64 | 0.66 |
| Hex | A8 | E0 | 72 | 19 | 0 | 31 | C | 5B | 40 | 42 |
| Octal | 250 | 340 | 162 | 31 | 0 | 61 | 14 | 133 | 100 | 102 |
| Binary | 10101000 | 11100000 | 1110010 | 11001 | 0 | 110001 | 1100 | 1011011 | 1000000 | 1000010 |
Color Harmonies of #A8E072
Complementary color
Monochromatic Colors of #A8E072
Black with #A8E072
Text Example
Text Example
White with #A8E072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E072; }
p { color: rgb(168,224,114); }
H1.HeaderClassName
{
color: #A8E072;
}
.AnyTagClassName
{
color: #A8E072;
}
</style>
background-color css
<style>
a { background-color: #A8E072; }
a { background-color: rgb(168,224,114); }
div.DivClassName
{
background-color: #A8E072;
}
.BgClassName
{
background-color: #A8E072;
}
</style>
border-color css
<style>
span { border-color: #A8E072; }
span { border-color: rgb(168,224,114); }
td.TdClassName
{
border-color: #A8E072;
}
.TagClassName
{
border-color: #A8E072;
}
</style>