Shades of Feijoa #A6EA74
Tints of Feijoa #A6EA74
RGB
CMYK
RGB Variations
Color information
#A6EA74 (or 0xA6EA74) is known color: Feijoa. HEX triplet: A6, EA and 74. RGB value is (166,234,116). Sum of RGB (Red+Green+Blue) = 166+234+116=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 116 (45.70% from 255 or 22.48% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EA74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EA74 is #59158B. Grayscale: #C8C8C8. Windows color (decimal): -5838220 or 7662246. OLE color: 7662246.
HSL color Cylindrical-coordinate representation of color #A6EA74: hue angle of 94.58º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6EA74 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 116 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.08 |
| HSL | 94.58º | 0.74% | 0.69% | - |
| HSV(B) | 94.58º | 0.5% | 0.92% | - |
| XYZ | 48.3 | 68.21 | 27.14 | - |
| YUV | 200.22 | 80.47 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 116 | 0.29 | 0 | 0.50 | 0.08 | 94.58 | 0.74 | 0.69 |
| Hex | A6 | EA | 74 | 1D | 0 | 32 | 8 | 5F | 4A | 45 |
| Octal | 246 | 352 | 164 | 35 | 0 | 62 | 10 | 137 | 112 | 105 |
| Binary | 10100110 | 11101010 | 1110100 | 11101 | 0 | 110010 | 1000 | 1011111 | 1001010 | 1000101 |
Color Harmonies of #A6EA74
Complementary color
Monochromatic Colors of #A6EA74
Black with #A6EA74
Text Example
Text Example
White with #A6EA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EA74; }
p { color: rgb(166,234,116); }
H1.HeaderClassName
{
color: #A6EA74;
}
.AnyTagClassName
{
color: #A6EA74;
}
</style>
background-color css
<style>
a { background-color: #A6EA74; }
a { background-color: rgb(166,234,116); }
div.DivClassName
{
background-color: #A6EA74;
}
.BgClassName
{
background-color: #A6EA74;
}
</style>
border-color css
<style>
span { border-color: #A6EA74; }
span { border-color: rgb(166,234,116); }
td.TdClassName
{
border-color: #A6EA74;
}
.TagClassName
{
border-color: #A6EA74;
}
</style>