Shades of Feijoa #A5FD74
Tints of Feijoa #A5FD74
RGB
CMYK
RGB Variations
Color information
#A5FD74 (or 0xA5FD74) is known color: Feijoa. HEX triplet: A5, FD and 74. RGB value is (165,253,116). Sum of RGB (Red+Green+Blue) = 165+253+116=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #A5FD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FD74 is #5A028B. Grayscale: #D3D3D3. Windows color (decimal): -5898892 or 7667109. OLE color: 7667109.
HSL color Cylindrical-coordinate representation of color #A5FD74: hue angle of 98.54º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5FD74 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 253 | 116 | - |
| CMYK | 0.35 | 0 | 0.54 | 0.01 |
| HSL | 98.54º | 0.97% | 0.72% | - |
| HSV(B) | 98.54º | 0.54% | 0.99% | - |
| XYZ | 53.79 | 79.51 | 29.03 | - |
| YUV | 211.07 | 74.35 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 253 | 116 | 0.35 | 0 | 0.54 | 0.01 | 98.54 | 0.97 | 0.72 |
| Hex | A5 | FD | 74 | 23 | 0 | 36 | 1 | 63 | 61 | 48 |
| Octal | 245 | 375 | 164 | 43 | 0 | 66 | 1 | 143 | 141 | 110 |
| Binary | 10100101 | 11111101 | 1110100 | 100011 | 0 | 110110 | 1 | 1100011 | 1100001 | 1001000 |
Color Harmonies of #A5FD74
Complementary color
Monochromatic Colors of #A5FD74
Black with #A5FD74
Text Example
Text Example
White with #A5FD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FD74; }
p { color: rgb(165,253,116); }
H1.HeaderClassName
{
color: #A5FD74;
}
.AnyTagClassName
{
color: #A5FD74;
}
</style>
background-color css
<style>
a { background-color: #A5FD74; }
a { background-color: rgb(165,253,116); }
div.DivClassName
{
background-color: #A5FD74;
}
.BgClassName
{
background-color: #A5FD74;
}
</style>
border-color css
<style>
span { border-color: #A5FD74; }
span { border-color: rgb(165,253,116); }
td.TdClassName
{
border-color: #A5FD74;
}
.TagClassName
{
border-color: #A5FD74;
}
</style>