Shades of Feijoa #A8F483
Tints of Feijoa #A8F483
RGB
CMYK
RGB Variations
Color information
#A8F483 (or 0xA8F483) is known color: Feijoa. HEX triplet: A8, F4 and 83. RGB value is (168,244,131). Sum of RGB (Red+Green+Blue) = 168+244+131=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 244 (95.70% from 255 or 44.94% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F483 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F483 is #570B7C. Grayscale: #D0D0D0. Windows color (decimal): -5704573 or 8647848. OLE color: 8647848.
HSL color Cylindrical-coordinate representation of color #A8F483: hue angle of 100.35º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8F483 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 131 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.04 |
| HSL | 100.35º | 0.84% | 0.74% | - |
| HSV(B) | 100.35º | 0.46% | 0.96% | - |
| XYZ | 52.6 | 74.66 | 33.11 | - |
| YUV | 208.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 131 | 0.31 | 0 | 0.46 | 0.04 | 100.35 | 0.84 | 0.74 |
| Hex | A8 | F4 | 83 | 1F | 0 | 2E | 4 | 64 | 54 | 4A |
| Octal | 250 | 364 | 203 | 37 | 0 | 56 | 4 | 144 | 124 | 112 |
| Binary | 10101000 | 11110100 | 10000011 | 11111 | 0 | 101110 | 100 | 1100100 | 1010100 | 1001010 |
Color Harmonies of #A8F483
Complementary color
Monochromatic Colors of #A8F483
Black with #A8F483
Text Example
Text Example
White with #A8F483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F483; }
p { color: rgb(168,244,131); }
H1.HeaderClassName
{
color: #A8F483;
}
.AnyTagClassName
{
color: #A8F483;
}
</style>
background-color css
<style>
a { background-color: #A8F483; }
a { background-color: rgb(168,244,131); }
div.DivClassName
{
background-color: #A8F483;
}
.BgClassName
{
background-color: #A8F483;
}
</style>
border-color css
<style>
span { border-color: #A8F483; }
span { border-color: rgb(168,244,131); }
td.TdClassName
{
border-color: #A8F483;
}
.TagClassName
{
border-color: #A8F483;
}
</style>