Shades of Feijoa #A8E180
Tints of Feijoa #A8E180
RGB
CMYK
RGB Variations
Color information
#A8E180 (or 0xA8E180) is known color: Feijoa. HEX triplet: A8, E1 and 80. RGB value is (168,225,128). Sum of RGB (Red+Green+Blue) = 168+225+128=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E180 is #571E7F. Grayscale: #C5C5C5. Windows color (decimal): -5709440 or 8446376. OLE color: 8446376.
HSL color Cylindrical-coordinate representation of color #A8E180: hue angle of 95.26º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8E180 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 128 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.12 |
| HSL | 95.26º | 0.62% | 0.69% | - |
| HSV(B) | 95.26º | 0.43% | 0.88% | - |
| XYZ | 46.97 | 63.73 | 30.25 | - |
| YUV | 196.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 128 | 0.25 | 0 | 0.43 | 0.12 | 95.26 | 0.62 | 0.69 |
| Hex | A8 | E1 | 80 | 19 | 0 | 2B | C | 5F | 3E | 45 |
| Octal | 250 | 341 | 200 | 31 | 0 | 53 | 14 | 137 | 76 | 105 |
| Binary | 10101000 | 11100001 | 10000000 | 11001 | 0 | 101011 | 1100 | 1011111 | 111110 | 1000101 |
Color Harmonies of #A8E180
Complementary color
Monochromatic Colors of #A8E180
Black with #A8E180
Text Example
Text Example
White with #A8E180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E180; }
p { color: rgb(168,225,128); }
H1.HeaderClassName
{
color: #A8E180;
}
.AnyTagClassName
{
color: #A8E180;
}
</style>
background-color css
<style>
a { background-color: #A8E180; }
a { background-color: rgb(168,225,128); }
div.DivClassName
{
background-color: #A8E180;
}
.BgClassName
{
background-color: #A8E180;
}
</style>
border-color css
<style>
span { border-color: #A8E180; }
span { border-color: rgb(168,225,128); }
td.TdClassName
{
border-color: #A8E180;
}
.TagClassName
{
border-color: #A8E180;
}
</style>