Shades of Feijoa #A4F17E
Tints of Feijoa #A4F17E
RGB
CMYK
RGB Variations
Color information
#A4F17E (or 0xA4F17E) is known color: Feijoa. HEX triplet: A4, F1 and 7E. RGB value is (164,241,126). Sum of RGB (Red+Green+Blue) = 164+241+126=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F17E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F17E is #5B0E81. Grayscale: #CDCDCD. Windows color (decimal): -5967490 or 8319396. OLE color: 8319396.
HSL color Cylindrical-coordinate representation of color #A4F17E: hue angle of 100.17º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4F17E is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 126 | - |
| CMYK | 0.32 | 0 | 0.48 | 0.05 |
| HSL | 100.17º | 0.8% | 0.72% | - |
| HSV(B) | 100.17º | 0.48% | 0.95% | - |
| XYZ | 50.53 | 72.31 | 31.03 | - |
| YUV | 204.87 | 83.49 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 126 | 0.32 | 0 | 0.48 | 0.05 | 100.17 | 0.8 | 0.72 |
| Hex | A4 | F1 | 7E | 20 | 0 | 30 | 5 | 64 | 50 | 48 |
| Octal | 244 | 361 | 176 | 40 | 0 | 60 | 5 | 144 | 120 | 110 |
| Binary | 10100100 | 11110001 | 1111110 | 100000 | 0 | 110000 | 101 | 1100100 | 1010000 | 1001000 |
Color Harmonies of #A4F17E
Complementary color
Monochromatic Colors of #A4F17E
Black with #A4F17E
Text Example
Text Example
White with #A4F17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F17E; }
p { color: rgb(164,241,126); }
H1.HeaderClassName
{
color: #A4F17E;
}
.AnyTagClassName
{
color: #A4F17E;
}
</style>
background-color css
<style>
a { background-color: #A4F17E; }
a { background-color: rgb(164,241,126); }
div.DivClassName
{
background-color: #A4F17E;
}
.BgClassName
{
background-color: #A4F17E;
}
</style>
border-color css
<style>
span { border-color: #A4F17E; }
span { border-color: rgb(164,241,126); }
td.TdClassName
{
border-color: #A4F17E;
}
.TagClassName
{
border-color: #A4F17E;
}
</style>