Shades of Feijoa #A0F27B
Tints of Feijoa #A0F27B
RGB
CMYK
RGB Variations
Color information
#A0F27B (or 0xA0F27B) is known color: Feijoa. HEX triplet: A0, F2 and 7B. RGB value is (160,242,123). Sum of RGB (Red+Green+Blue) = 160+242+123=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F27B is #5F0D84. Grayscale: #CCCCCC. Windows color (decimal): -6229381 or 8123040. OLE color: 8123040.
HSL color Cylindrical-coordinate representation of color #A0F27B: hue angle of 101.34º 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 #A0F27B is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 123 | - |
| CMYK | 0.34 | 0 | 0.49 | 0.05 |
| HSL | 101.34º | 0.82% | 0.72% | - |
| HSV(B) | 101.34º | 0.49% | 0.95% | - |
| XYZ | 49.82 | 72.41 | 30.09 | - |
| YUV | 203.92 | 82.33 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 123 | 0.34 | 0 | 0.49 | 0.05 | 101.34 | 0.82 | 0.72 |
| Hex | A0 | F2 | 7B | 22 | 0 | 31 | 5 | 65 | 52 | 48 |
| Octal | 240 | 362 | 173 | 42 | 0 | 61 | 5 | 145 | 122 | 110 |
| Binary | 10100000 | 11110010 | 1111011 | 100010 | 0 | 110001 | 101 | 1100101 | 1010010 | 1001000 |
Color Harmonies of #A0F27B
Complementary color
Monochromatic Colors of #A0F27B
Black with #A0F27B
Text Example
Text Example
White with #A0F27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F27B; }
p { color: rgb(160,242,123); }
H1.HeaderClassName
{
color: #A0F27B;
}
.AnyTagClassName
{
color: #A0F27B;
}
</style>
background-color css
<style>
a { background-color: #A0F27B; }
a { background-color: rgb(160,242,123); }
div.DivClassName
{
background-color: #A0F27B;
}
.BgClassName
{
background-color: #A0F27B;
}
</style>
border-color css
<style>
span { border-color: #A0F27B; }
span { border-color: rgb(160,242,123); }
td.TdClassName
{
border-color: #A0F27B;
}
.TagClassName
{
border-color: #A0F27B;
}
</style>