Shades of Feijoa #A7F17D
Tints of Feijoa #A7F17D
RGB
CMYK
RGB Variations
Color information
#A7F17D (or 0xA7F17D) is known color: Feijoa. HEX triplet: A7, F1 and 7D. RGB value is (167,241,125). Sum of RGB (Red+Green+Blue) = 167+241+125=533 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.33% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #A7F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F17D is #580E82. Grayscale: #CECECE. Windows color (decimal): -5770883 or 8253863. OLE color: 8253863.
HSL color Cylindrical-coordinate representation of color #A7F17D: hue angle of 98.28º degrees, saturation: 0.81, 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 #A7F17D is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 241 | 125 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.05 |
| HSL | 98.28º | 0.81% | 0.72% | - |
| HSV(B) | 98.28º | 0.48% | 0.95% | - |
| XYZ | 51.09 | 72.61 | 30.72 | - |
| YUV | 205.65 | 82.48 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 241 | 125 | 0.31 | 0 | 0.48 | 0.05 | 98.28 | 0.81 | 0.72 |
| Hex | A7 | F1 | 7D | 1F | 0 | 30 | 5 | 62 | 51 | 48 |
| Octal | 247 | 361 | 175 | 37 | 0 | 60 | 5 | 142 | 121 | 110 |
| Binary | 10100111 | 11110001 | 1111101 | 11111 | 0 | 110000 | 101 | 1100010 | 1010001 | 1001000 |
Color Harmonies of #A7F17D
Complementary color
Monochromatic Colors of #A7F17D
Black with #A7F17D
Text Example
Text Example
White with #A7F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F17D; }
p { color: rgb(167,241,125); }
H1.HeaderClassName
{
color: #A7F17D;
}
.AnyTagClassName
{
color: #A7F17D;
}
</style>
background-color css
<style>
a { background-color: #A7F17D; }
a { background-color: rgb(167,241,125); }
div.DivClassName
{
background-color: #A7F17D;
}
.BgClassName
{
background-color: #A7F17D;
}
</style>
border-color css
<style>
span { border-color: #A7F17D; }
span { border-color: rgb(167,241,125); }
td.TdClassName
{
border-color: #A7F17D;
}
.TagClassName
{
border-color: #A7F17D;
}
</style>