Shades of Feijoa #A8F270
Tints of Feijoa #A8F270
RGB
CMYK
RGB Variations
Color information
#A8F270 (or 0xA8F270) is known color: Feijoa. HEX triplet: A8, F2 and 70. RGB value is (168,242,112). Sum of RGB (Red+Green+Blue) = 168+242+112=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F270 is #570D8F. Grayscale: #CDCDCD. Windows color (decimal): -5705104 or 7402152. OLE color: 7402152.
HSL color Cylindrical-coordinate representation of color #A8F270: hue angle of 94.15º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A8F270 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 112 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.05 |
| HSL | 94.15º | 0.83% | 0.69% | - |
| HSV(B) | 94.15º | 0.54% | 0.95% | - |
| XYZ | 50.83 | 73 | 26.74 | - |
| YUV | 205.05 | 75.48 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 112 | 0.31 | 0 | 0.54 | 0.05 | 94.15 | 0.83 | 0.69 |
| Hex | A8 | F2 | 70 | 1F | 0 | 36 | 5 | 5E | 53 | 45 |
| Octal | 250 | 362 | 160 | 37 | 0 | 66 | 5 | 136 | 123 | 105 |
| Binary | 10101000 | 11110010 | 1110000 | 11111 | 0 | 110110 | 101 | 1011110 | 1010011 | 1000101 |
Color Harmonies of #A8F270
Complementary color
Monochromatic Colors of #A8F270
Black with #A8F270
Text Example
Text Example
White with #A8F270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F270; }
p { color: rgb(168,242,112); }
H1.HeaderClassName
{
color: #A8F270;
}
.AnyTagClassName
{
color: #A8F270;
}
</style>
background-color css
<style>
a { background-color: #A8F270; }
a { background-color: rgb(168,242,112); }
div.DivClassName
{
background-color: #A8F270;
}
.BgClassName
{
background-color: #A8F270;
}
</style>
border-color css
<style>
span { border-color: #A8F270; }
span { border-color: rgb(168,242,112); }
td.TdClassName
{
border-color: #A8F270;
}
.TagClassName
{
border-color: #A8F270;
}
</style>