Shades of Feijoa #A6FB7D
Tints of Feijoa #A6FB7D
RGB
CMYK
RGB Variations
Color information
#A6FB7D (or 0xA6FB7D) is known color: Feijoa. HEX triplet: A6, FB and 7D. RGB value is (166,251,125). Sum of RGB (Red+Green+Blue) = 166+251+125=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FB7D is #590482. Grayscale: #D3D3D3. Windows color (decimal): -5833859 or 8256422. OLE color: 8256422.
HSL color Cylindrical-coordinate representation of color #A6FB7D: hue angle of 100.48º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6FB7D is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 125 | - |
| CMYK | 0.34 | 0 | 0.50 | 0.02 |
| HSL | 100.48º | 0.94% | 0.74% | - |
| HSV(B) | 100.48º | 0.5% | 0.98% | - |
| XYZ | 53.92 | 78.58 | 31.73 | - |
| YUV | 211.22 | 79.34 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 125 | 0.34 | 0 | 0.50 | 0.02 | 100.48 | 0.94 | 0.74 |
| Hex | A6 | FB | 7D | 22 | 0 | 32 | 2 | 64 | 5E | 4A |
| Octal | 246 | 373 | 175 | 42 | 0 | 62 | 2 | 144 | 136 | 112 |
| Binary | 10100110 | 11111011 | 1111101 | 100010 | 0 | 110010 | 10 | 1100100 | 1011110 | 1001010 |
Color Harmonies of #A6FB7D
Complementary color
Monochromatic Colors of #A6FB7D
Black with #A6FB7D
Text Example
Text Example
White with #A6FB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB7D; }
p { color: rgb(166,251,125); }
H1.HeaderClassName
{
color: #A6FB7D;
}
.AnyTagClassName
{
color: #A6FB7D;
}
</style>
background-color css
<style>
a { background-color: #A6FB7D; }
a { background-color: rgb(166,251,125); }
div.DivClassName
{
background-color: #A6FB7D;
}
.BgClassName
{
background-color: #A6FB7D;
}
</style>
border-color css
<style>
span { border-color: #A6FB7D; }
span { border-color: rgb(166,251,125); }
td.TdClassName
{
border-color: #A6FB7D;
}
.TagClassName
{
border-color: #A6FB7D;
}
</style>