Shades of Feijoa #A8FC74
Tints of Feijoa #A8FC74
RGB
CMYK
RGB Variations
Color information
#A8FC74 (or 0xA8FC74) is known color: Feijoa. HEX triplet: A8, FC and 74. RGB value is (168,252,116). Sum of RGB (Red+Green+Blue) = 168+252+116=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC74 is #57038B. Grayscale: #D3D3D3. Windows color (decimal): -5702540 or 7666856. OLE color: 7666856.
HSL color Cylindrical-coordinate representation of color #A8FC74: hue angle of 97.06º degrees, saturation: 0.96, 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 #A8FC74 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 116 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.01 |
| HSL | 97.06º | 0.96% | 0.72% | - |
| HSV(B) | 97.06º | 0.54% | 0.99% | - |
| XYZ | 54.11 | 79.21 | 28.96 | - |
| YUV | 211.38 | 74.17 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 116 | 0.33 | 0 | 0.54 | 0.01 | 97.06 | 0.96 | 0.72 |
| Hex | A8 | FC | 74 | 21 | 0 | 36 | 1 | 61 | 60 | 48 |
| Octal | 250 | 374 | 164 | 41 | 0 | 66 | 1 | 141 | 140 | 110 |
| Binary | 10101000 | 11111100 | 1110100 | 100001 | 0 | 110110 | 1 | 1100001 | 1100000 | 1001000 |
Color Harmonies of #A8FC74
Complementary color
Monochromatic Colors of #A8FC74
Black with #A8FC74
Text Example
Text Example
White with #A8FC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FC74; }
p { color: rgb(168,252,116); }
H1.HeaderClassName
{
color: #A8FC74;
}
.AnyTagClassName
{
color: #A8FC74;
}
</style>
background-color css
<style>
a { background-color: #A8FC74; }
a { background-color: rgb(168,252,116); }
div.DivClassName
{
background-color: #A8FC74;
}
.BgClassName
{
background-color: #A8FC74;
}
</style>
border-color css
<style>
span { border-color: #A8FC74; }
span { border-color: rgb(168,252,116); }
td.TdClassName
{
border-color: #A8FC74;
}
.TagClassName
{
border-color: #A8FC74;
}
</style>