Shades of Feijoa #9CFD70
Tints of Feijoa #9CFD70
RGB
CMYK
RGB Variations
Color information
#9CFD70 (or 0x9CFD70) is known color: Feijoa. HEX triplet: 9C, FD and 70. RGB value is (156,253,112). Sum of RGB (Red+Green+Blue) = 156+253+112=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 253 (99.22% from 255 or 48.56% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 253 - color contains mainly: green. Hex color #9CFD70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFD70 is #63028F. Grayscale: #D0D0D0. Windows color (decimal): -6488720 or 7404956. OLE color: 7404956.
HSL color Cylindrical-coordinate representation of color #9CFD70: hue angle of 101.28º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CFD70 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 253 | 112 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.01 |
| HSL | 101.28º | 0.97% | 0.72% | - |
| HSV(B) | 101.28º | 0.56% | 0.99% | - |
| XYZ | 51.76 | 78.49 | 27.75 | - |
| YUV | 207.92 | 73.86 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 253 | 112 | 0.38 | 0 | 0.56 | 0.01 | 101.28 | 0.97 | 0.72 |
| Hex | 9C | FD | 70 | 26 | 0 | 38 | 1 | 65 | 61 | 48 |
| Octal | 234 | 375 | 160 | 46 | 0 | 70 | 1 | 145 | 141 | 110 |
| Binary | 10011100 | 11111101 | 1110000 | 100110 | 0 | 111000 | 1 | 1100101 | 1100001 | 1001000 |
Color Harmonies of #9CFD70
Complementary color
Monochromatic Colors of #9CFD70
Black with #9CFD70
Text Example
Text Example
White with #9CFD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFD70; }
p { color: rgb(156,253,112); }
H1.HeaderClassName
{
color: #9CFD70;
}
.AnyTagClassName
{
color: #9CFD70;
}
</style>
background-color css
<style>
a { background-color: #9CFD70; }
a { background-color: rgb(156,253,112); }
div.DivClassName
{
background-color: #9CFD70;
}
.BgClassName
{
background-color: #9CFD70;
}
</style>
border-color css
<style>
span { border-color: #9CFD70; }
span { border-color: rgb(156,253,112); }
td.TdClassName
{
border-color: #9CFD70;
}
.TagClassName
{
border-color: #9CFD70;
}
</style>