Shades of Feijoa #A8F26C
Tints of Feijoa #A8F26C
RGB
CMYK
RGB Variations
Color information
#A8F26C (or 0xA8F26C) is known color: Feijoa. HEX triplet: A8, F2 and 6C. RGB value is (168,242,108). Sum of RGB (Red+Green+Blue) = 168+242+108=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #A8F26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F26C is #570D93. Grayscale: #CDCDCD. Windows color (decimal): -5705108 or 7140008. OLE color: 7140008.
HSL color Cylindrical-coordinate representation of color #A8F26C: hue angle of 93.13º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F26C is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 242 | 108 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.05 |
| HSL | 93.13º | 0.84% | 0.69% | - |
| HSV(B) | 93.13º | 0.55% | 0.95% | - |
| XYZ | 50.61 | 72.91 | 25.59 | - |
| YUV | 204.6 | 73.48 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 242 | 108 | 0.31 | 0 | 0.55 | 0.05 | 93.13 | 0.84 | 0.69 |
| Hex | A8 | F2 | 6C | 1F | 0 | 37 | 5 | 5D | 54 | 45 |
| Octal | 250 | 362 | 154 | 37 | 0 | 67 | 5 | 135 | 124 | 105 |
| Binary | 10101000 | 11110010 | 1101100 | 11111 | 0 | 110111 | 101 | 1011101 | 1010100 | 1000101 |
Color Harmonies of #A8F26C
Complementary color
Monochromatic Colors of #A8F26C
Black with #A8F26C
Text Example
Text Example
White with #A8F26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F26C; }
p { color: rgb(168,242,108); }
H1.HeaderClassName
{
color: #A8F26C;
}
.AnyTagClassName
{
color: #A8F26C;
}
</style>
background-color css
<style>
a { background-color: #A8F26C; }
a { background-color: rgb(168,242,108); }
div.DivClassName
{
background-color: #A8F26C;
}
.BgClassName
{
background-color: #A8F26C;
}
</style>
border-color css
<style>
span { border-color: #A8F26C; }
span { border-color: rgb(168,242,108); }
td.TdClassName
{
border-color: #A8F26C;
}
.TagClassName
{
border-color: #A8F26C;
}
</style>