Shades of Feijoa #9CF16D
Tints of Feijoa #9CF16D
RGB
CMYK
RGB Variations
Color information
#9CF16D (or 0x9CF16D) is known color: Feijoa. HEX triplet: 9C, F1 and 6D. RGB value is (156,241,109). Sum of RGB (Red+Green+Blue) = 156+241+109=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF16D is #630E92. Grayscale: #C8C8C8. Windows color (decimal): -6491795 or 7205276. OLE color: 7205276.
HSL color Cylindrical-coordinate representation of color #9CF16D: hue angle of 98.64º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CF16D is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 241 | 109 | - |
| CMYK | 0.35 | 0 | 0.55 | 0.05 |
| HSL | 98.64º | 0.83% | 0.69% | - |
| HSV(B) | 98.64º | 0.55% | 0.95% | - |
| XYZ | 47.93 | 71.08 | 25.66 | - |
| YUV | 200.54 | 76.34 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 241 | 109 | 0.35 | 0 | 0.55 | 0.05 | 98.64 | 0.83 | 0.69 |
| Hex | 9C | F1 | 6D | 23 | 0 | 37 | 5 | 63 | 52 | 45 |
| Octal | 234 | 361 | 155 | 43 | 0 | 67 | 5 | 143 | 122 | 105 |
| Binary | 10011100 | 11110001 | 1101101 | 100011 | 0 | 110111 | 101 | 1100011 | 1010010 | 1000101 |
Color Harmonies of #9CF16D
Complementary color
Monochromatic Colors of #9CF16D
Black with #9CF16D
Text Example
Text Example
White with #9CF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF16D; }
p { color: rgb(156,241,109); }
H1.HeaderClassName
{
color: #9CF16D;
}
.AnyTagClassName
{
color: #9CF16D;
}
</style>
background-color css
<style>
a { background-color: #9CF16D; }
a { background-color: rgb(156,241,109); }
div.DivClassName
{
background-color: #9CF16D;
}
.BgClassName
{
background-color: #9CF16D;
}
</style>
border-color css
<style>
span { border-color: #9CF16D; }
span { border-color: rgb(156,241,109); }
td.TdClassName
{
border-color: #9CF16D;
}
.TagClassName
{
border-color: #9CF16D;
}
</style>