Shades of Feijoa #A8F17A
Tints of Feijoa #A8F17A
RGB
CMYK
RGB Variations
Color information
#A8F17A (or 0xA8F17A) is known color: Feijoa. HEX triplet: A8, F1 and 7A. RGB value is (168,241,122). Sum of RGB (Red+Green+Blue) = 168+241+122=531 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.64% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F17A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F17A is #570E85. Grayscale: #CECECE. Windows color (decimal): -5705350 or 8057256. OLE color: 8057256.
HSL color Cylindrical-coordinate representation of color #A8F17A: hue angle of 96.81º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8F17A is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 122 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.05 |
| HSL | 96.81º | 0.81% | 0.71% | - |
| HSV(B) | 96.81º | 0.49% | 0.95% | - |
| XYZ | 51.12 | 72.64 | 29.74 | - |
| YUV | 205.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 122 | 0.30 | 0 | 0.49 | 0.05 | 96.81 | 0.81 | 0.71 |
| Hex | A8 | F1 | 7A | 1E | 0 | 31 | 5 | 61 | 51 | 47 |
| Octal | 250 | 361 | 172 | 36 | 0 | 61 | 5 | 141 | 121 | 107 |
| Binary | 10101000 | 11110001 | 1111010 | 11110 | 0 | 110001 | 101 | 1100001 | 1010001 | 1000111 |
Color Harmonies of #A8F17A
Complementary color
Monochromatic Colors of #A8F17A
Black with #A8F17A
Text Example
Text Example
White with #A8F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F17A; }
p { color: rgb(168,241,122); }
H1.HeaderClassName
{
color: #A8F17A;
}
.AnyTagClassName
{
color: #A8F17A;
}
</style>
background-color css
<style>
a { background-color: #A8F17A; }
a { background-color: rgb(168,241,122); }
div.DivClassName
{
background-color: #A8F17A;
}
.BgClassName
{
background-color: #A8F17A;
}
</style>
border-color css
<style>
span { border-color: #A8F17A; }
span { border-color: rgb(168,241,122); }
td.TdClassName
{
border-color: #A8F17A;
}
.TagClassName
{
border-color: #A8F17A;
}
</style>