Shades of Feijoa #9AFF67
Tints of Feijoa #9AFF67
RGB
CMYK
RGB Variations
Color information
#9AFF67 (or 0x9AFF67) is known color: Feijoa. HEX triplet: 9A, FF and 67. RGB value is (154,255,103). Sum of RGB (Red+Green+Blue) = 154+255+103=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFF67 is #650098. Grayscale: #CFCFCF. Windows color (decimal): -6619289 or 6815642. OLE color: 6815642.
HSL color Cylindrical-coordinate representation of color #9AFF67: hue angle of 99.87º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AFF67 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 255 | 103 | - |
| CMYK | 0.40 | 0 | 0.60 | 0 |
| HSL | 99.87º | 1% | 0.7% | - |
| HSV(B) | 99.87º | 0.6% | 1% | - |
| XYZ | 51.53 | 79.37 | 25.44 | - |
| YUV | 207.47 | 69.04 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 255 | 103 | 0.40 | 0 | 0.60 | 0 | 99.87 | 1 | 0.7 |
| Hex | 9A | FF | 67 | 28 | 0 | 3C | 0 | 64 | 64 | 46 |
| Octal | 232 | 377 | 147 | 50 | 0 | 74 | 0 | 144 | 144 | 106 |
| Binary | 10011010 | 11111111 | 1100111 | 101000 | 0 | 111100 | 0 | 1100100 | 1100100 | 1000110 |
Color Harmonies of #9AFF67
Complementary color
Monochromatic Colors of #9AFF67
Black with #9AFF67
Text Example
Text Example
White with #9AFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFF67; }
p { color: rgb(154,255,103); }
H1.HeaderClassName
{
color: #9AFF67;
}
.AnyTagClassName
{
color: #9AFF67;
}
</style>
background-color css
<style>
a { background-color: #9AFF67; }
a { background-color: rgb(154,255,103); }
div.DivClassName
{
background-color: #9AFF67;
}
.BgClassName
{
background-color: #9AFF67;
}
</style>
border-color css
<style>
span { border-color: #9AFF67; }
span { border-color: rgb(154,255,103); }
td.TdClassName
{
border-color: #9AFF67;
}
.TagClassName
{
border-color: #9AFF67;
}
</style>