Shades of Feijoa #9CF067
Tints of Feijoa #9CF067
RGB
CMYK
RGB Variations
Color information
#9CF067 (or 0x9CF067) is known color: Feijoa. HEX triplet: 9C, F0 and 67. RGB value is (156,240,103). Sum of RGB (Red+Green+Blue) = 156+240+103=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF067 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF067 is #630F98. Grayscale: #C7C7C7. Windows color (decimal): -6492057 or 6811804. OLE color: 6811804.
HSL color Cylindrical-coordinate representation of color #9CF067: hue angle of 96.79º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CF067 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 103 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.06 |
| HSL | 96.79º | 0.82% | 0.67% | - |
| HSV(B) | 96.79º | 0.57% | 0.94% | - |
| XYZ | 47.32 | 70.37 | 23.92 | - |
| YUV | 199.27 | 73.67 | 97.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 103 | 0.35 | 0 | 0.57 | 0.06 | 96.79 | 0.82 | 0.67 |
| Hex | 9C | F0 | 67 | 23 | 0 | 39 | 6 | 61 | 52 | 43 |
| Octal | 234 | 360 | 147 | 43 | 0 | 71 | 6 | 141 | 122 | 103 |
| Binary | 10011100 | 11110000 | 1100111 | 100011 | 0 | 111001 | 110 | 1100001 | 1010010 | 1000011 |
Color Harmonies of #9CF067
Complementary color
Monochromatic Colors of #9CF067
Black with #9CF067
Text Example
Text Example
White with #9CF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF067; }
p { color: rgb(156,240,103); }
H1.HeaderClassName
{
color: #9CF067;
}
.AnyTagClassName
{
color: #9CF067;
}
</style>
background-color css
<style>
a { background-color: #9CF067; }
a { background-color: rgb(156,240,103); }
div.DivClassName
{
background-color: #9CF067;
}
.BgClassName
{
background-color: #9CF067;
}
</style>
border-color css
<style>
span { border-color: #9CF067; }
span { border-color: rgb(156,240,103); }
td.TdClassName
{
border-color: #9CF067;
}
.TagClassName
{
border-color: #9CF067;
}
</style>