Shades of Feijoa #9CEA6D
Tints of Feijoa #9CEA6D
RGB
CMYK
RGB Variations
Color information
#9CEA6D (or 0x9CEA6D) is known color: Feijoa. HEX triplet: 9C, EA and 6D. RGB value is (156,234,109). Sum of RGB (Red+Green+Blue) = 156+234+109=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEA6D is #631592. Grayscale: #C4C4C4. Windows color (decimal): -6493587 or 7203484. OLE color: 7203484.
HSL color Cylindrical-coordinate representation of color #9CEA6D: hue angle of 97.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CEA6D is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 109 | - |
| CMYK | 0.33 | 0 | 0.53 | 0.08 |
| HSL | 97.44º | 0.75% | 0.67% | - |
| HSV(B) | 97.44º | 0.53% | 0.92% | - |
| XYZ | 45.89 | 67.02 | 24.98 | - |
| YUV | 196.43 | 78.66 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 109 | 0.33 | 0 | 0.53 | 0.08 | 97.44 | 0.75 | 0.67 |
| Hex | 9C | EA | 6D | 21 | 0 | 35 | 8 | 61 | 4B | 43 |
| Octal | 234 | 352 | 155 | 41 | 0 | 65 | 10 | 141 | 113 | 103 |
| Binary | 10011100 | 11101010 | 1101101 | 100001 | 0 | 110101 | 1000 | 1100001 | 1001011 | 1000011 |
Color Harmonies of #9CEA6D
Complementary color
Monochromatic Colors of #9CEA6D
Black with #9CEA6D
Text Example
Text Example
White with #9CEA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEA6D; }
p { color: rgb(156,234,109); }
H1.HeaderClassName
{
color: #9CEA6D;
}
.AnyTagClassName
{
color: #9CEA6D;
}
</style>
background-color css
<style>
a { background-color: #9CEA6D; }
a { background-color: rgb(156,234,109); }
div.DivClassName
{
background-color: #9CEA6D;
}
.BgClassName
{
background-color: #9CEA6D;
}
</style>
border-color css
<style>
span { border-color: #9CEA6D; }
span { border-color: rgb(156,234,109); }
td.TdClassName
{
border-color: #9CEA6D;
}
.TagClassName
{
border-color: #9CEA6D;
}
</style>