Shades of Feijoa #A0F17D
Tints of Feijoa #A0F17D
RGB
CMYK
RGB Variations
Color information
#A0F17D (or 0xA0F17D) is known color: Feijoa. HEX triplet: A0, F1 and 7D. RGB value is (160,241,125). Sum of RGB (Red+Green+Blue) = 160+241+125=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 125 (49.22% from 255 or 23.76% from 526); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F17D is #5F0E82. Grayscale: #CBCBCB. Windows color (decimal): -6229635 or 8253856. OLE color: 8253856.
HSL color Cylindrical-coordinate representation of color #A0F17D: hue angle of 101.9º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0F17D is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 125 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.05 |
| HSL | 101.9º | 0.81% | 0.72% | - |
| HSV(B) | 101.9º | 0.48% | 0.95% | - |
| XYZ | 49.65 | 71.86 | 30.66 | - |
| YUV | 203.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 125 | 0.34 | 0 | 0.48 | 0.05 | 101.9 | 0.81 | 0.72 |
| Hex | A0 | F1 | 7D | 22 | 0 | 30 | 5 | 66 | 51 | 48 |
| Octal | 240 | 361 | 175 | 42 | 0 | 60 | 5 | 146 | 121 | 110 |
| Binary | 10100000 | 11110001 | 1111101 | 100010 | 0 | 110000 | 101 | 1100110 | 1010001 | 1001000 |
Color Harmonies of #A0F17D
Complementary color
Monochromatic Colors of #A0F17D
Black with #A0F17D
Text Example
Text Example
White with #A0F17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F17D; }
p { color: rgb(160,241,125); }
H1.HeaderClassName
{
color: #A0F17D;
}
.AnyTagClassName
{
color: #A0F17D;
}
</style>
background-color css
<style>
a { background-color: #A0F17D; }
a { background-color: rgb(160,241,125); }
div.DivClassName
{
background-color: #A0F17D;
}
.BgClassName
{
background-color: #A0F17D;
}
</style>
border-color css
<style>
span { border-color: #A0F17D; }
span { border-color: rgb(160,241,125); }
td.TdClassName
{
border-color: #A0F17D;
}
.TagClassName
{
border-color: #A0F17D;
}
</style>