Shades of Feijoa #A9F27B
Tints of Feijoa #A9F27B
RGB
CMYK
RGB Variations
Color information
#A9F27B (or 0xA9F27B) is known color: Feijoa. HEX triplet: A9, F2 and 7B. RGB value is (169,242,123). Sum of RGB (Red+Green+Blue) = 169+242+123=534 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.65% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A9F27B is #560D84. Grayscale: #CFCFCF. Windows color (decimal): -5639557 or 8123049. OLE color: 8123049.
HSL color Cylindrical-coordinate representation of color #A9F27B: hue angle of 96.81º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A9F27B is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 123 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.05 |
| HSL | 96.81º | 0.82% | 0.72% | - |
| HSV(B) | 96.81º | 0.49% | 0.95% | - |
| XYZ | 51.69 | 73.37 | 30.18 | - |
| YUV | 206.61 | 80.82 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 123 | 0.30 | 0 | 0.49 | 0.05 | 96.81 | 0.82 | 0.72 |
| Hex | A9 | F2 | 7B | 1E | 0 | 31 | 5 | 61 | 52 | 48 |
| Octal | 251 | 362 | 173 | 36 | 0 | 61 | 5 | 141 | 122 | 110 |
| Binary | 10101001 | 11110010 | 1111011 | 11110 | 0 | 110001 | 101 | 1100001 | 1010010 | 1001000 |
Color Harmonies of #A9F27B
Complementary color
Monochromatic Colors of #A9F27B
Black with #A9F27B
Text Example
Text Example
White with #A9F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F27B; }
p { color: rgb(169,242,123); }
H1.HeaderClassName
{
color: #A9F27B;
}
.AnyTagClassName
{
color: #A9F27B;
}
</style>
background-color css
<style>
a { background-color: #A9F27B; }
a { background-color: rgb(169,242,123); }
div.DivClassName
{
background-color: #A9F27B;
}
.BgClassName
{
background-color: #A9F27B;
}
</style>
border-color css
<style>
span { border-color: #A9F27B; }
span { border-color: rgb(169,242,123); }
td.TdClassName
{
border-color: #A9F27B;
}
.TagClassName
{
border-color: #A9F27B;
}
</style>