Shades of Feijoa #9AE675
Tints of Feijoa #9AE675
RGB
CMYK
RGB Variations
Color information
#9AE675 (or 0x9AE675) is known color: Feijoa. HEX triplet: 9A, E6 and 75. RGB value is (154,230,117). Sum of RGB (Red+Green+Blue) = 154+230+117=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE675 is #65198A. Grayscale: #C2C2C2. Windows color (decimal): -6625675 or 7726746. OLE color: 7726746.
HSL color Cylindrical-coordinate representation of color #9AE675: hue angle of 100.35º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AE675 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 230 | 117 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.10 |
| HSL | 100.35º | 0.69% | 0.68% | - |
| HSV(B) | 100.35º | 0.49% | 0.9% | - |
| XYZ | 44.83 | 64.75 | 26.96 | - |
| YUV | 194.39 | 84.32 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 117 | 0.33 | 0 | 0.49 | 0.10 | 100.35 | 0.69 | 0.68 |
| Hex | 9A | E6 | 75 | 21 | 0 | 31 | A | 64 | 45 | 44 |
| Octal | 232 | 346 | 165 | 41 | 0 | 61 | 12 | 144 | 105 | 104 |
| Binary | 10011010 | 11100110 | 1110101 | 100001 | 0 | 110001 | 1010 | 1100100 | 1000101 | 1000100 |
Color Harmonies of #9AE675
Complementary color
Monochromatic Colors of #9AE675
Black with #9AE675
Text Example
Text Example
White with #9AE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE675; }
p { color: rgb(154,230,117); }
H1.HeaderClassName
{
color: #9AE675;
}
.AnyTagClassName
{
color: #9AE675;
}
</style>
background-color css
<style>
a { background-color: #9AE675; }
a { background-color: rgb(154,230,117); }
div.DivClassName
{
background-color: #9AE675;
}
.BgClassName
{
background-color: #9AE675;
}
</style>
border-color css
<style>
span { border-color: #9AE675; }
span { border-color: rgb(154,230,117); }
td.TdClassName
{
border-color: #9AE675;
}
.TagClassName
{
border-color: #9AE675;
}
</style>