Shades of Feijoa #9CEA7D
Tints of Feijoa #9CEA7D
RGB
CMYK
RGB Variations
Color information
#9CEA7D (or 0x9CEA7D) is known color: Feijoa. HEX triplet: 9C, EA and 7D. RGB value is (156,234,125). Sum of RGB (Red+Green+Blue) = 156+234+125=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #9CEA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CEA7D is #631582. Grayscale: #C6C6C6. Windows color (decimal): -6493571 or 8252060. OLE color: 8252060.
HSL color Cylindrical-coordinate representation of color #9CEA7D: hue angle of 102.94º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CEA7D is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 234 | 125 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.08 |
| HSL | 102.94º | 0.72% | 0.7% | - |
| HSV(B) | 102.94º | 0.47% | 0.92% | - |
| XYZ | 46.83 | 67.39 | 29.94 | - |
| YUV | 198.25 | 86.66 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 234 | 125 | 0.33 | 0 | 0.47 | 0.08 | 102.94 | 0.72 | 0.7 |
| Hex | 9C | EA | 7D | 21 | 0 | 2F | 8 | 67 | 48 | 46 |
| Octal | 234 | 352 | 175 | 41 | 0 | 57 | 10 | 147 | 110 | 106 |
| Binary | 10011100 | 11101010 | 1111101 | 100001 | 0 | 101111 | 1000 | 1100111 | 1001000 | 1000110 |
Color Harmonies of #9CEA7D
Complementary color
Monochromatic Colors of #9CEA7D
Black with #9CEA7D
Text Example
Text Example
White with #9CEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEA7D; }
p { color: rgb(156,234,125); }
H1.HeaderClassName
{
color: #9CEA7D;
}
.AnyTagClassName
{
color: #9CEA7D;
}
</style>
background-color css
<style>
a { background-color: #9CEA7D; }
a { background-color: rgb(156,234,125); }
div.DivClassName
{
background-color: #9CEA7D;
}
.BgClassName
{
background-color: #9CEA7D;
}
</style>
border-color css
<style>
span { border-color: #9CEA7D; }
span { border-color: rgb(156,234,125); }
td.TdClassName
{
border-color: #9CEA7D;
}
.TagClassName
{
border-color: #9CEA7D;
}
</style>