Shades of Feijoa #A9F375
Tints of Feijoa #A9F375
RGB
CMYK
RGB Variations
Color information
#A9F375 (or 0xA9F375) is known color: Feijoa. HEX triplet: A9, F3 and 75. RGB value is (169,243,117). Sum of RGB (Red+Green+Blue) = 169+243+117=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #A9F375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F375 is #560C8A. Grayscale: #CECECE. Windows color (decimal): -5639307 or 7730089. OLE color: 7730089.
HSL color Cylindrical-coordinate representation of color #A9F375: hue angle of 95.24º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A9F375 is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 243 | 117 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.05 |
| HSL | 95.24º | 0.84% | 0.71% | - |
| HSV(B) | 95.24º | 0.52% | 0.95% | - |
| XYZ | 51.62 | 73.82 | 28.36 | - |
| YUV | 206.51 | 77.48 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 243 | 117 | 0.30 | 0 | 0.52 | 0.05 | 95.24 | 0.84 | 0.71 |
| Hex | A9 | F3 | 75 | 1E | 0 | 34 | 5 | 5F | 54 | 47 |
| Octal | 251 | 363 | 165 | 36 | 0 | 64 | 5 | 137 | 124 | 107 |
| Binary | 10101001 | 11110011 | 1110101 | 11110 | 0 | 110100 | 101 | 1011111 | 1010100 | 1000111 |
Color Harmonies of #A9F375
Complementary color
Monochromatic Colors of #A9F375
Black with #A9F375
Text Example
Text Example
White with #A9F375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F375; }
p { color: rgb(169,243,117); }
H1.HeaderClassName
{
color: #A9F375;
}
.AnyTagClassName
{
color: #A9F375;
}
</style>
background-color css
<style>
a { background-color: #A9F375; }
a { background-color: rgb(169,243,117); }
div.DivClassName
{
background-color: #A9F375;
}
.BgClassName
{
background-color: #A9F375;
}
</style>
border-color css
<style>
span { border-color: #A9F375; }
span { border-color: rgb(169,243,117); }
td.TdClassName
{
border-color: #A9F375;
}
.TagClassName
{
border-color: #A9F375;
}
</style>