Shades of Feijoa #A6F27B
Tints of Feijoa #A6F27B
RGB
CMYK
RGB Variations
Color information
#A6F27B (or 0xA6F27B) is known color: Feijoa. HEX triplet: A6, F2 and 7B. RGB value is (166,242,123). Sum of RGB (Red+Green+Blue) = 166+242+123=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6F27B is #590D84. Grayscale: #CECECE. Windows color (decimal): -5836165 or 8123046. OLE color: 8123046.
HSL color Cylindrical-coordinate representation of color #A6F27B: hue angle of 98.32º 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 #A6F27B is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 123 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.05 |
| HSL | 98.32º | 0.82% | 0.72% | - |
| HSV(B) | 98.32º | 0.49% | 0.95% | - |
| XYZ | 51.05 | 73.04 | 30.15 | - |
| YUV | 205.71 | 81.32 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 123 | 0.31 | 0 | 0.49 | 0.05 | 98.32 | 0.82 | 0.72 |
| Hex | A6 | F2 | 7B | 1F | 0 | 31 | 5 | 62 | 52 | 48 |
| Octal | 246 | 362 | 173 | 37 | 0 | 61 | 5 | 142 | 122 | 110 |
| Binary | 10100110 | 11110010 | 1111011 | 11111 | 0 | 110001 | 101 | 1100010 | 1010010 | 1001000 |
Color Harmonies of #A6F27B
Complementary color
Monochromatic Colors of #A6F27B
Black with #A6F27B
Text Example
Text Example
White with #A6F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F27B; }
p { color: rgb(166,242,123); }
H1.HeaderClassName
{
color: #A6F27B;
}
.AnyTagClassName
{
color: #A6F27B;
}
</style>
background-color css
<style>
a { background-color: #A6F27B; }
a { background-color: rgb(166,242,123); }
div.DivClassName
{
background-color: #A6F27B;
}
.BgClassName
{
background-color: #A6F27B;
}
</style>
border-color css
<style>
span { border-color: #A6F27B; }
span { border-color: rgb(166,242,123); }
td.TdClassName
{
border-color: #A6F27B;
}
.TagClassName
{
border-color: #A6F27B;
}
</style>