Shades of Feijoa #A8F37A
Tints of Feijoa #A8F37A
RGB
CMYK
RGB Variations
Color information
#A8F37A (or 0xA8F37A) is known color: Feijoa. HEX triplet: A8, F3 and 7A. RGB value is (168,243,122). Sum of RGB (Red+Green+Blue) = 168+243+122=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F37A is #570C85. Grayscale: #CFCFCF. Windows color (decimal): -5704838 or 8057768. OLE color: 8057768.
HSL color Cylindrical-coordinate representation of color #A8F37A: hue angle of 97.19º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F37A is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 243 | 122 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.05 |
| HSL | 97.19º | 0.83% | 0.72% | - |
| HSV(B) | 97.19º | 0.5% | 0.95% | - |
| XYZ | 51.71 | 73.83 | 29.94 | - |
| YUV | 206.78 | 80.15 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 243 | 122 | 0.31 | 0 | 0.50 | 0.05 | 97.19 | 0.83 | 0.72 |
| Hex | A8 | F3 | 7A | 1F | 0 | 32 | 5 | 61 | 53 | 48 |
| Octal | 250 | 363 | 172 | 37 | 0 | 62 | 5 | 141 | 123 | 110 |
| Binary | 10101000 | 11110011 | 1111010 | 11111 | 0 | 110010 | 101 | 1100001 | 1010011 | 1001000 |
Color Harmonies of #A8F37A
Complementary color
Monochromatic Colors of #A8F37A
Black with #A8F37A
Text Example
Text Example
White with #A8F37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F37A; }
p { color: rgb(168,243,122); }
H1.HeaderClassName
{
color: #A8F37A;
}
.AnyTagClassName
{
color: #A8F37A;
}
</style>
background-color css
<style>
a { background-color: #A8F37A; }
a { background-color: rgb(168,243,122); }
div.DivClassName
{
background-color: #A8F37A;
}
.BgClassName
{
background-color: #A8F37A;
}
</style>
border-color css
<style>
span { border-color: #A8F37A; }
span { border-color: rgb(168,243,122); }
td.TdClassName
{
border-color: #A8F37A;
}
.TagClassName
{
border-color: #A8F37A;
}
</style>