Shades of Feijoa #9AEC64
Tints of Feijoa #9AEC64
RGB
CMYK
RGB Variations
Color information
#9AEC64 (or 0x9AEC64) is known color: Feijoa. HEX triplet: 9A, EC and 64. RGB value is (154,236,100). Sum of RGB (Red+Green+Blue) = 154+236+100=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #9AEC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AEC64 is #65139B. Grayscale: #C4C4C4. Windows color (decimal): -6624156 or 6614170. OLE color: 6614170.
HSL color Cylindrical-coordinate representation of color #9AEC64: hue angle of 96.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9AEC64 is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 100 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.07 |
| HSL | 96.18º | 0.78% | 0.66% | - |
| HSV(B) | 96.18º | 0.58% | 0.93% | - |
| XYZ | 45.62 | 67.78 | 22.74 | - |
| YUV | 195.98 | 73.83 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 100 | 0.35 | 0 | 0.58 | 0.07 | 96.18 | 0.78 | 0.66 |
| Hex | 9A | EC | 64 | 23 | 0 | 3A | 7 | 60 | 4E | 42 |
| Octal | 232 | 354 | 144 | 43 | 0 | 72 | 7 | 140 | 116 | 102 |
| Binary | 10011010 | 11101100 | 1100100 | 100011 | 0 | 111010 | 111 | 1100000 | 1001110 | 1000010 |
Color Harmonies of #9AEC64
Complementary color
Monochromatic Colors of #9AEC64
Black with #9AEC64
Text Example
Text Example
White with #9AEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEC64; }
p { color: rgb(154,236,100); }
H1.HeaderClassName
{
color: #9AEC64;
}
.AnyTagClassName
{
color: #9AEC64;
}
</style>
background-color css
<style>
a { background-color: #9AEC64; }
a { background-color: rgb(154,236,100); }
div.DivClassName
{
background-color: #9AEC64;
}
.BgClassName
{
background-color: #9AEC64;
}
</style>
border-color css
<style>
span { border-color: #9AEC64; }
span { border-color: rgb(154,236,100); }
td.TdClassName
{
border-color: #9AEC64;
}
.TagClassName
{
border-color: #9AEC64;
}
</style>