Shades of Feijoa #9CF575
Tints of Feijoa #9CF575
RGB
CMYK
RGB Variations
Color information
#9CF575 (or 0x9CF575) is known color: Feijoa. HEX triplet: 9C, F5 and 75. RGB value is (156,245,117). Sum of RGB (Red+Green+Blue) = 156+245+117=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #9CF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF575 is #630A8A. Grayscale: #CCCCCC. Windows color (decimal): -6490763 or 7730588. OLE color: 7730588.
HSL color Cylindrical-coordinate representation of color #9CF575: hue angle of 101.72º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CF575 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 245 | 117 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.04 |
| HSL | 101.72º | 0.86% | 0.71% | - |
| HSV(B) | 101.72º | 0.52% | 0.96% | - |
| XYZ | 49.57 | 73.66 | 28.43 | - |
| YUV | 203.8 | 79.01 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 245 | 117 | 0.36 | 0 | 0.52 | 0.04 | 101.72 | 0.86 | 0.71 |
| Hex | 9C | F5 | 75 | 24 | 0 | 34 | 4 | 66 | 56 | 47 |
| Octal | 234 | 365 | 165 | 44 | 0 | 64 | 4 | 146 | 126 | 107 |
| Binary | 10011100 | 11110101 | 1110101 | 100100 | 0 | 110100 | 100 | 1100110 | 1010110 | 1000111 |
Color Harmonies of #9CF575
Complementary color
Monochromatic Colors of #9CF575
Black with #9CF575
Text Example
Text Example
White with #9CF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF575; }
p { color: rgb(156,245,117); }
H1.HeaderClassName
{
color: #9CF575;
}
.AnyTagClassName
{
color: #9CF575;
}
</style>
background-color css
<style>
a { background-color: #9CF575; }
a { background-color: rgb(156,245,117); }
div.DivClassName
{
background-color: #9CF575;
}
.BgClassName
{
background-color: #9CF575;
}
</style>
border-color css
<style>
span { border-color: #9CF575; }
span { border-color: rgb(156,245,117); }
td.TdClassName
{
border-color: #9CF575;
}
.TagClassName
{
border-color: #9CF575;
}
</style>