Shades of Feijoa #9CE770
Tints of Feijoa #9CE770
RGB
CMYK
RGB Variations
Color information
#9CE770 (or 0x9CE770) is known color: Feijoa. HEX triplet: 9C, E7 and 70. RGB value is (156,231,112). Sum of RGB (Red+Green+Blue) = 156+231+112=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE770 is #63188F. Grayscale: #C3C3C3. Windows color (decimal): -6494352 or 7399324. OLE color: 7399324.
HSL color Cylindrical-coordinate representation of color #9CE770: hue angle of 97.82º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CE770 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 231 | 112 | - |
| CMYK | 0.32 | 0 | 0.52 | 0.09 |
| HSL | 97.82º | 0.71% | 0.67% | - |
| HSV(B) | 97.82º | 0.52% | 0.91% | - |
| XYZ | 45.21 | 65.39 | 25.57 | - |
| YUV | 195.01 | 81.15 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 231 | 112 | 0.32 | 0 | 0.52 | 0.09 | 97.82 | 0.71 | 0.67 |
| Hex | 9C | E7 | 70 | 20 | 0 | 34 | 9 | 62 | 47 | 43 |
| Octal | 234 | 347 | 160 | 40 | 0 | 64 | 11 | 142 | 107 | 103 |
| Binary | 10011100 | 11100111 | 1110000 | 100000 | 0 | 110100 | 1001 | 1100010 | 1000111 | 1000011 |
Color Harmonies of #9CE770
Complementary color
Monochromatic Colors of #9CE770
Black with #9CE770
Text Example
Text Example
White with #9CE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE770; }
p { color: rgb(156,231,112); }
H1.HeaderClassName
{
color: #9CE770;
}
.AnyTagClassName
{
color: #9CE770;
}
</style>
background-color css
<style>
a { background-color: #9CE770; }
a { background-color: rgb(156,231,112); }
div.DivClassName
{
background-color: #9CE770;
}
.BgClassName
{
background-color: #9CE770;
}
</style>
border-color css
<style>
span { border-color: #9CE770; }
span { border-color: rgb(156,231,112); }
td.TdClassName
{
border-color: #9CE770;
}
.TagClassName
{
border-color: #9CE770;
}
</style>