Shades of Feijoa #A2FB68
Tints of Feijoa #A2FB68
RGB
CMYK
RGB Variations
Color information
#A2FB68 (or 0xA2FB68) is known color: Feijoa. HEX triplet: A2, FB and 68. RGB value is (162,251,104). Sum of RGB (Red+Green+Blue) = 162+251+104=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #A2FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FB68 is #5D0497. Grayscale: #D0D0D0. Windows color (decimal): -6096024 or 6880162. OLE color: 6880162.
HSL color Cylindrical-coordinate representation of color #A2FB68: hue angle of 96.33º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A2FB68 is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 251 | 104 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.02 |
| HSL | 96.33º | 0.95% | 0.7% | - |
| HSV(B) | 96.33º | 0.59% | 0.98% | - |
| XYZ | 51.9 | 77.68 | 25.35 | - |
| YUV | 207.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 251 | 104 | 0.35 | 0 | 0.59 | 0.02 | 96.33 | 0.95 | 0.7 |
| Hex | A2 | FB | 68 | 23 | 0 | 3B | 2 | 60 | 5F | 46 |
| Octal | 242 | 373 | 150 | 43 | 0 | 73 | 2 | 140 | 137 | 106 |
| Binary | 10100010 | 11111011 | 1101000 | 100011 | 0 | 111011 | 10 | 1100000 | 1011111 | 1000110 |
Color Harmonies of #A2FB68
Complementary color
Monochromatic Colors of #A2FB68
Black with #A2FB68
Text Example
Text Example
White with #A2FB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FB68; }
p { color: rgb(162,251,104); }
H1.HeaderClassName
{
color: #A2FB68;
}
.AnyTagClassName
{
color: #A2FB68;
}
</style>
background-color css
<style>
a { background-color: #A2FB68; }
a { background-color: rgb(162,251,104); }
div.DivClassName
{
background-color: #A2FB68;
}
.BgClassName
{
background-color: #A2FB68;
}
</style>
border-color css
<style>
span { border-color: #A2FB68; }
span { border-color: rgb(162,251,104); }
td.TdClassName
{
border-color: #A2FB68;
}
.TagClassName
{
border-color: #A2FB68;
}
</style>