Shades of Feijoa #A7F377
Tints of Feijoa #A7F377
RGB
CMYK
RGB Variations
Color information
#A7F377 (or 0xA7F377) is known color: Feijoa. HEX triplet: A7, F3 and 77. RGB value is (167,243,119). Sum of RGB (Red+Green+Blue) = 167+243+119=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #A7F377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7F377 is #580C88. Grayscale: #CECECE. Windows color (decimal): -5770377 or 7861159. OLE color: 7861159.
HSL color Cylindrical-coordinate representation of color #A7F377: hue angle of 96.77º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A7F377 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 243 | 119 | - |
| CMYK | 0.31 | 0 | 0.51 | 0.05 |
| HSL | 96.77º | 0.84% | 0.71% | - |
| HSV(B) | 96.77º | 0.51% | 0.95% | - |
| XYZ | 51.32 | 73.65 | 28.96 | - |
| YUV | 206.14 | 78.82 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 243 | 119 | 0.31 | 0 | 0.51 | 0.05 | 96.77 | 0.84 | 0.71 |
| Hex | A7 | F3 | 77 | 1F | 0 | 33 | 5 | 61 | 54 | 47 |
| Octal | 247 | 363 | 167 | 37 | 0 | 63 | 5 | 141 | 124 | 107 |
| Binary | 10100111 | 11110011 | 1110111 | 11111 | 0 | 110011 | 101 | 1100001 | 1010100 | 1000111 |
Color Harmonies of #A7F377
Complementary color
Monochromatic Colors of #A7F377
Black with #A7F377
Text Example
Text Example
White with #A7F377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F377; }
p { color: rgb(167,243,119); }
H1.HeaderClassName
{
color: #A7F377;
}
.AnyTagClassName
{
color: #A7F377;
}
</style>
background-color css
<style>
a { background-color: #A7F377; }
a { background-color: rgb(167,243,119); }
div.DivClassName
{
background-color: #A7F377;
}
.BgClassName
{
background-color: #A7F377;
}
</style>
border-color css
<style>
span { border-color: #A7F377; }
span { border-color: rgb(167,243,119); }
td.TdClassName
{
border-color: #A7F377;
}
.TagClassName
{
border-color: #A7F377;
}
</style>