Shades of Feijoa #9AE666
Tints of Feijoa #9AE666
RGB
CMYK
RGB Variations
Color information
#9AE666 (or 0x9AE666) is known color: Feijoa. HEX triplet: 9A, E6 and 66. RGB value is (154,230,102). Sum of RGB (Red+Green+Blue) = 154+230+102=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 102 (40.23% from 255 or 20.99% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE666 is #651999. Grayscale: #C1C1C1. Windows color (decimal): -6625690 or 6743706. OLE color: 6743706.
HSL color Cylindrical-coordinate representation of color #9AE666: hue angle of 95.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AE666 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 230 | 102 | - |
| CMYK | 0.33 | 0 | 0.56 | 0.10 |
| HSL | 95.63º | 0.72% | 0.65% | - |
| HSV(B) | 95.63º | 0.56% | 0.9% | - |
| XYZ | 44.02 | 64.42 | 22.69 | - |
| YUV | 192.68 | 76.82 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 102 | 0.33 | 0 | 0.56 | 0.10 | 95.63 | 0.72 | 0.65 |
| Hex | 9A | E6 | 66 | 21 | 0 | 38 | A | 60 | 48 | 41 |
| Octal | 232 | 346 | 146 | 41 | 0 | 70 | 12 | 140 | 110 | 101 |
| Binary | 10011010 | 11100110 | 1100110 | 100001 | 0 | 111000 | 1010 | 1100000 | 1001000 | 1000001 |
Color Harmonies of #9AE666
Complementary color
Monochromatic Colors of #9AE666
Black with #9AE666
Text Example
Text Example
White with #9AE666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE666; }
p { color: rgb(154,230,102); }
H1.HeaderClassName
{
color: #9AE666;
}
.AnyTagClassName
{
color: #9AE666;
}
</style>
background-color css
<style>
a { background-color: #9AE666; }
a { background-color: rgb(154,230,102); }
div.DivClassName
{
background-color: #9AE666;
}
.BgClassName
{
background-color: #9AE666;
}
</style>
border-color css
<style>
span { border-color: #9AE666; }
span { border-color: rgb(154,230,102); }
td.TdClassName
{
border-color: #9AE666;
}
.TagClassName
{
border-color: #9AE666;
}
</style>