Shades of Feijoa #9CE071
Tints of Feijoa #9CE071
RGB
CMYK
RGB Variations
Color information
#9CE071 (or 0x9CE071) is known color: Feijoa. HEX triplet: 9C, E0 and 71. RGB value is (156,224,113). Sum of RGB (Red+Green+Blue) = 156+224+113=493 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.64% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE071 is #631F8E. Grayscale: #BFBFBF. Windows color (decimal): -6496143 or 7463068. OLE color: 7463068.
HSL color Cylindrical-coordinate representation of color #9CE071: hue angle of 96.76º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CE071 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 156 | 224 | 113 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.12 |
| HSL | 96.76º | 0.64% | 0.66% | - |
| HSV(B) | 96.76º | 0.5% | 0.88% | - |
| XYZ | 43.35 | 61.57 | 25.22 | - |
| YUV | 191.01 | 83.97 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 224 | 113 | 0.30 | 0 | 0.50 | 0.12 | 96.76 | 0.64 | 0.66 |
| Hex | 9C | E0 | 71 | 1E | 0 | 32 | C | 61 | 40 | 42 |
| Octal | 234 | 340 | 161 | 36 | 0 | 62 | 14 | 141 | 100 | 102 |
| Binary | 10011100 | 11100000 | 1110001 | 11110 | 0 | 110010 | 1100 | 1100001 | 1000000 | 1000010 |
Color Harmonies of #9CE071
Complementary color
Monochromatic Colors of #9CE071
Black with #9CE071
Text Example
Text Example
White with #9CE071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CE071; }
p { color: rgb(156,224,113); }
H1.HeaderClassName
{
color: #9CE071;
}
.AnyTagClassName
{
color: #9CE071;
}
</style>
background-color css
<style>
a { background-color: #9CE071; }
a { background-color: rgb(156,224,113); }
div.DivClassName
{
background-color: #9CE071;
}
.BgClassName
{
background-color: #9CE071;
}
</style>
border-color css
<style>
span { border-color: #9CE071; }
span { border-color: rgb(156,224,113); }
td.TdClassName
{
border-color: #9CE071;
}
.TagClassName
{
border-color: #9CE071;
}
</style>