Shades of Feijoa #9CDF70
Tints of Feijoa #9CDF70
RGB
CMYK
RGB Variations
Color information
#9CDF70 (or 0x9CDF70) is known color: Feijoa. HEX triplet: 9C, DF and 70. RGB value is (156,223,112). Sum of RGB (Red+Green+Blue) = 156+223+112=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF70 is #63208F. Grayscale: #BEBEBE. Windows color (decimal): -6496400 or 7397276. OLE color: 7397276.
HSL color Cylindrical-coordinate representation of color #9CDF70: hue angle of 96.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CDF70 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 112 | - |
| CMYK | 0.30 | 0 | 0.50 | 0.13 |
| HSL | 96.22º | 0.63% | 0.66% | - |
| HSV(B) | 96.22º | 0.5% | 0.87% | - |
| XYZ | 43.02 | 61.01 | 24.84 | - |
| YUV | 190.31 | 83.8 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 112 | 0.30 | 0 | 0.50 | 0.13 | 96.22 | 0.63 | 0.66 |
| Hex | 9C | DF | 70 | 1E | 0 | 32 | D | 60 | 3F | 42 |
| Octal | 234 | 337 | 160 | 36 | 0 | 62 | 15 | 140 | 77 | 102 |
| Binary | 10011100 | 11011111 | 1110000 | 11110 | 0 | 110010 | 1101 | 1100000 | 111111 | 1000010 |
Color Harmonies of #9CDF70
Complementary color
Monochromatic Colors of #9CDF70
Black with #9CDF70
Text Example
Text Example
White with #9CDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF70; }
p { color: rgb(156,223,112); }
H1.HeaderClassName
{
color: #9CDF70;
}
.AnyTagClassName
{
color: #9CDF70;
}
</style>
background-color css
<style>
a { background-color: #9CDF70; }
a { background-color: rgb(156,223,112); }
div.DivClassName
{
background-color: #9CDF70;
}
.BgClassName
{
background-color: #9CDF70;
}
</style>
border-color css
<style>
span { border-color: #9CDF70; }
span { border-color: rgb(156,223,112); }
td.TdClassName
{
border-color: #9CDF70;
}
.TagClassName
{
border-color: #9CDF70;
}
</style>