Shades of Feijoa #9CED71
Tints of Feijoa #9CED71
RGB
CMYK
RGB Variations
Color information
#9CED71 (or 0x9CED71) is known color: Feijoa. HEX triplet: 9C, ED and 71. RGB value is (156,237,113). Sum of RGB (Red+Green+Blue) = 156+237+113=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 237 (92.97% from 255 or 46.84% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CED71 is #63128E. Grayscale: #C7C7C7. Windows color (decimal): -6492815 or 7466396. OLE color: 7466396.
HSL color Cylindrical-coordinate representation of color #9CED71: hue angle of 99.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CED71 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 113 | - |
| CMYK | 0.34 | 0 | 0.52 | 0.07 |
| HSL | 99.19º | 0.78% | 0.69% | - |
| HSV(B) | 99.19º | 0.52% | 0.93% | - |
| XYZ | 46.98 | 68.83 | 26.43 | - |
| YUV | 198.65 | 79.66 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 113 | 0.34 | 0 | 0.52 | 0.07 | 99.19 | 0.78 | 0.69 |
| Hex | 9C | ED | 71 | 22 | 0 | 34 | 7 | 63 | 4E | 45 |
| Octal | 234 | 355 | 161 | 42 | 0 | 64 | 7 | 143 | 116 | 105 |
| Binary | 10011100 | 11101101 | 1110001 | 100010 | 0 | 110100 | 111 | 1100011 | 1001110 | 1000101 |
Color Harmonies of #9CED71
Complementary color
Monochromatic Colors of #9CED71
Black with #9CED71
Text Example
Text Example
White with #9CED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CED71; }
p { color: rgb(156,237,113); }
H1.HeaderClassName
{
color: #9CED71;
}
.AnyTagClassName
{
color: #9CED71;
}
</style>
background-color css
<style>
a { background-color: #9CED71; }
a { background-color: rgb(156,237,113); }
div.DivClassName
{
background-color: #9CED71;
}
.BgClassName
{
background-color: #9CED71;
}
</style>
border-color css
<style>
span { border-color: #9CED71; }
span { border-color: rgb(156,237,113); }
td.TdClassName
{
border-color: #9CED71;
}
.TagClassName
{
border-color: #9CED71;
}
</style>