Shades of Feijoa #A8EE74
Tints of Feijoa #A8EE74
RGB
CMYK
RGB Variations
Color information
#A8EE74 (or 0xA8EE74) is known color: Feijoa. HEX triplet: A8, EE and 74. RGB value is (168,238,116). Sum of RGB (Red+Green+Blue) = 168+238+116=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EE74 is #57118B. Grayscale: #CBCBCB. Windows color (decimal): -5706124 or 7663272. OLE color: 7663272.
HSL color Cylindrical-coordinate representation of color #A8EE74: hue angle of 94.43º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8EE74 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 116 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.07 |
| HSL | 94.43º | 0.78% | 0.69% | - |
| HSV(B) | 94.43º | 0.51% | 0.93% | - |
| XYZ | 49.88 | 70.73 | 27.55 | - |
| YUV | 203.16 | 78.81 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 116 | 0.29 | 0 | 0.51 | 0.07 | 94.43 | 0.78 | 0.69 |
| Hex | A8 | EE | 74 | 1D | 0 | 33 | 7 | 5E | 4E | 45 |
| Octal | 250 | 356 | 164 | 35 | 0 | 63 | 7 | 136 | 116 | 105 |
| Binary | 10101000 | 11101110 | 1110100 | 11101 | 0 | 110011 | 111 | 1011110 | 1001110 | 1000101 |
Color Harmonies of #A8EE74
Complementary color
Monochromatic Colors of #A8EE74
Black with #A8EE74
Text Example
Text Example
White with #A8EE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EE74; }
p { color: rgb(168,238,116); }
H1.HeaderClassName
{
color: #A8EE74;
}
.AnyTagClassName
{
color: #A8EE74;
}
</style>
background-color css
<style>
a { background-color: #A8EE74; }
a { background-color: rgb(168,238,116); }
div.DivClassName
{
background-color: #A8EE74;
}
.BgClassName
{
background-color: #A8EE74;
}
</style>
border-color css
<style>
span { border-color: #A8EE74; }
span { border-color: rgb(168,238,116); }
td.TdClassName
{
border-color: #A8EE74;
}
.TagClassName
{
border-color: #A8EE74;
}
</style>