Shades of Feijoa #9CFF69
Tints of Feijoa #9CFF69
RGB
CMYK
RGB Variations
Color information
#9CFF69 (or 0x9CFF69) is known color: Feijoa. HEX triplet: 9C, FF and 69. RGB value is (156,255,105). Sum of RGB (Red+Green+Blue) = 156+255+105=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #9CFF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFF69 is #630096. Grayscale: #D0D0D0. Windows color (decimal): -6488215 or 6946716. OLE color: 6946716.
HSL color Cylindrical-coordinate representation of color #9CFF69: hue angle of 99.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9CFF69 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 156 | 255 | 105 | - |
| CMYK | 0.39 | 0 | 0.59 | 0 |
| HSL | 99.6º | 1% | 0.71% | - |
| HSV(B) | 99.6º | 0.59% | 1% | - |
| XYZ | 52.02 | 79.61 | 25.99 | - |
| YUV | 208.3 | 69.7 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 255 | 105 | 0.39 | 0 | 0.59 | 0 | 99.6 | 1 | 0.71 |
| Hex | 9C | FF | 69 | 27 | 0 | 3B | 0 | 64 | 64 | 47 |
| Octal | 234 | 377 | 151 | 47 | 0 | 73 | 0 | 144 | 144 | 107 |
| Binary | 10011100 | 11111111 | 1101001 | 100111 | 0 | 111011 | 0 | 1100100 | 1100100 | 1000111 |
Color Harmonies of #9CFF69
Complementary color
Monochromatic Colors of #9CFF69
Black with #9CFF69
Text Example
Text Example
White with #9CFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFF69; }
p { color: rgb(156,255,105); }
H1.HeaderClassName
{
color: #9CFF69;
}
.AnyTagClassName
{
color: #9CFF69;
}
</style>
background-color css
<style>
a { background-color: #9CFF69; }
a { background-color: rgb(156,255,105); }
div.DivClassName
{
background-color: #9CFF69;
}
.BgClassName
{
background-color: #9CFF69;
}
</style>
border-color css
<style>
span { border-color: #9CFF69; }
span { border-color: rgb(156,255,105); }
td.TdClassName
{
border-color: #9CFF69;
}
.TagClassName
{
border-color: #9CFF69;
}
</style>