Shades of Feijoa #9CE469
Tints of Feijoa #9CE469
RGB
CMYK
RGB Variations
Color information
#9CE469 (or 0x9CE469) is known color: Feijoa. HEX triplet: 9C, E4 and 69. RGB value is (156,228,105). Sum of RGB (Red+Green+Blue) = 156+228+105=489 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.90% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #9CE469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE469 is #631B96. Grayscale: #C0C0C0. Windows color (decimal): -6495127 or 6939804. OLE color: 6939804.
HSL color Cylindrical-coordinate representation of color #9CE469: hue angle of 95.12º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9CE469 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 156 | 228 | 105 | - |
| CMYK | 0.32 | 0 | 0.54 | 0.11 |
| HSL | 95.12º | 0.69% | 0.65% | - |
| HSV(B) | 95.12º | 0.54% | 0.89% | - |
| XYZ | 44 | 63.57 | 23.32 | - |
| YUV | 192.45 | 78.65 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 228 | 105 | 0.32 | 0 | 0.54 | 0.11 | 95.12 | 0.69 | 0.65 |
| Hex | 9C | E4 | 69 | 20 | 0 | 36 | B | 5F | 45 | 41 |
| Octal | 234 | 344 | 151 | 40 | 0 | 66 | 13 | 137 | 105 | 101 |
| Binary | 10011100 | 11100100 | 1101001 | 100000 | 0 | 110110 | 1011 | 1011111 | 1000101 | 1000001 |
Color Harmonies of #9CE469
Complementary color
Monochromatic Colors of #9CE469
Black with #9CE469
Text Example
Text Example
White with #9CE469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE469; }
p { color: rgb(156,228,105); }
H1.HeaderClassName
{
color: #9CE469;
}
.AnyTagClassName
{
color: #9CE469;
}
</style>
background-color css
<style>
a { background-color: #9CE469; }
a { background-color: rgb(156,228,105); }
div.DivClassName
{
background-color: #9CE469;
}
.BgClassName
{
background-color: #9CE469;
}
</style>
border-color css
<style>
span { border-color: #9CE469; }
span { border-color: rgb(156,228,105); }
td.TdClassName
{
border-color: #9CE469;
}
.TagClassName
{
border-color: #9CE469;
}
</style>