Shades of Feijoa #A8FD74
Tints of Feijoa #A8FD74
RGB
CMYK
RGB Variations
Color information
#A8FD74 (or 0xA8FD74) is known color: Feijoa. HEX triplet: A8, FD and 74. RGB value is (168,253,116). Sum of RGB (Red+Green+Blue) = 168+253+116=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD74 is #57028B. Grayscale: #D4D4D4. Windows color (decimal): -5702284 or 7667112. OLE color: 7667112.
HSL color Cylindrical-coordinate representation of color #A8FD74: hue angle of 97.23º 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 #A8FD74 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 116 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.01 |
| HSL | 97.23º | 0.97% | 0.72% | - |
| HSV(B) | 97.23º | 0.54% | 0.99% | - |
| XYZ | 54.43 | 79.84 | 29.06 | - |
| YUV | 211.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 116 | 0.34 | 0 | 0.54 | 0.01 | 97.23 | 0.97 | 0.72 |
| Hex | A8 | FD | 74 | 22 | 0 | 36 | 1 | 61 | 61 | 48 |
| Octal | 250 | 375 | 164 | 42 | 0 | 66 | 1 | 141 | 141 | 110 |
| Binary | 10101000 | 11111101 | 1110100 | 100010 | 0 | 110110 | 1 | 1100001 | 1100001 | 1001000 |
Color Harmonies of #A8FD74
Complementary color
Monochromatic Colors of #A8FD74
Black with #A8FD74
Text Example
Text Example
White with #A8FD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FD74; }
p { color: rgb(168,253,116); }
H1.HeaderClassName
{
color: #A8FD74;
}
.AnyTagClassName
{
color: #A8FD74;
}
</style>
background-color css
<style>
a { background-color: #A8FD74; }
a { background-color: rgb(168,253,116); }
div.DivClassName
{
background-color: #A8FD74;
}
.BgClassName
{
background-color: #A8FD74;
}
</style>
border-color css
<style>
span { border-color: #A8FD74; }
span { border-color: rgb(168,253,116); }
td.TdClassName
{
border-color: #A8FD74;
}
.TagClassName
{
border-color: #A8FD74;
}
</style>