Shades of Feijoa #9AE668
Tints of Feijoa #9AE668
RGB
CMYK
RGB Variations
Color information
#9AE668 (or 0x9AE668) is known color: Feijoa. HEX triplet: 9A, E6 and 68. RGB value is (154,230,104). Sum of RGB (Red+Green+Blue) = 154+230+104=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE668 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE668 is #651997. Grayscale: #C1C1C1. Windows color (decimal): -6625688 or 6874778. OLE color: 6874778.
HSL color Cylindrical-coordinate representation of color #9AE668: hue angle of 96.19º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AE668 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 230 | 104 | - |
| CMYK | 0.33 | 0 | 0.55 | 0.10 |
| HSL | 96.19º | 0.72% | 0.65% | - |
| HSV(B) | 96.19º | 0.55% | 0.9% | - |
| XYZ | 44.12 | 64.46 | 23.21 | - |
| YUV | 192.91 | 77.82 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 104 | 0.33 | 0 | 0.55 | 0.10 | 96.19 | 0.72 | 0.65 |
| Hex | 9A | E6 | 68 | 21 | 0 | 37 | A | 60 | 48 | 41 |
| Octal | 232 | 346 | 150 | 41 | 0 | 67 | 12 | 140 | 110 | 101 |
| Binary | 10011010 | 11100110 | 1101000 | 100001 | 0 | 110111 | 1010 | 1100000 | 1001000 | 1000001 |
Color Harmonies of #9AE668
Complementary color
Monochromatic Colors of #9AE668
Black with #9AE668
Text Example
Text Example
White with #9AE668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE668; }
p { color: rgb(154,230,104); }
H1.HeaderClassName
{
color: #9AE668;
}
.AnyTagClassName
{
color: #9AE668;
}
</style>
background-color css
<style>
a { background-color: #9AE668; }
a { background-color: rgb(154,230,104); }
div.DivClassName
{
background-color: #9AE668;
}
.BgClassName
{
background-color: #9AE668;
}
</style>
border-color css
<style>
span { border-color: #9AE668; }
span { border-color: rgb(154,230,104); }
td.TdClassName
{
border-color: #9AE668;
}
.TagClassName
{
border-color: #9AE668;
}
</style>