Shades of Feijoa #A5FE74
Tints of Feijoa #A5FE74
RGB
CMYK
RGB Variations
Color information
#A5FE74 (or 0xA5FE74) is known color: Feijoa. HEX triplet: A5, FE and 74. RGB value is (165,254,116). Sum of RGB (Red+Green+Blue) = 165+254+116=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 116 (45.70% from 255 or 21.68% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FE74 is #5A018B. Grayscale: #D4D4D4. Windows color (decimal): -5898636 or 7667365. OLE color: 7667365.
HSL color Cylindrical-coordinate representation of color #A5FE74: hue angle of 98.7º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5FE74 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 116 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.00 |
| HSL | 98.7º | 0.99% | 0.73% | - |
| HSV(B) | 98.7º | 0.54% | 1% | - |
| XYZ | 54.11 | 80.14 | 29.14 | - |
| YUV | 211.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 116 | 0.35 | 0 | 0.54 | 0.00 | 98.7 | 0.99 | 0.73 |
| Hex | A5 | FE | 74 | 23 | 0 | 36 | 0 | 63 | 63 | 49 |
| Octal | 245 | 376 | 164 | 43 | 0 | 66 | 0 | 143 | 143 | 111 |
| Binary | 10100101 | 11111110 | 1110100 | 100011 | 0 | 110110 | 0 | 1100011 | 1100011 | 1001001 |
Color Harmonies of #A5FE74
Complementary color
Monochromatic Colors of #A5FE74
Black with #A5FE74
Text Example
Text Example
White with #A5FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FE74; }
p { color: rgb(165,254,116); }
H1.HeaderClassName
{
color: #A5FE74;
}
.AnyTagClassName
{
color: #A5FE74;
}
</style>
background-color css
<style>
a { background-color: #A5FE74; }
a { background-color: rgb(165,254,116); }
div.DivClassName
{
background-color: #A5FE74;
}
.BgClassName
{
background-color: #A5FE74;
}
</style>
border-color css
<style>
span { border-color: #A5FE74; }
span { border-color: rgb(165,254,116); }
td.TdClassName
{
border-color: #A5FE74;
}
.TagClassName
{
border-color: #A5FE74;
}
</style>