Shades of Feijoa #9AFB6D
Tints of Feijoa #9AFB6D
RGB
CMYK
RGB Variations
Color information
#9AFB6D (or 0x9AFB6D) is known color: Feijoa. HEX triplet: 9A, FB and 6D. RGB value is (154,251,109). Sum of RGB (Red+Green+Blue) = 154+251+109=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 251 (98.44% from 255 or 48.83% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFB6D is #650492. Grayscale: #CECECE. Windows color (decimal): -6620307 or 7207834. OLE color: 7207834.
HSL color Cylindrical-coordinate representation of color #9AFB6D: hue angle of 100.99º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AFB6D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 251 | 109 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.02 |
| HSL | 100.99º | 0.95% | 0.71% | - |
| HSV(B) | 100.99º | 0.57% | 0.98% | - |
| XYZ | 50.58 | 76.97 | 26.66 | - |
| YUV | 205.81 | 73.36 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 251 | 109 | 0.39 | 0 | 0.57 | 0.02 | 100.99 | 0.95 | 0.71 |
| Hex | 9A | FB | 6D | 27 | 0 | 39 | 2 | 65 | 5F | 47 |
| Octal | 232 | 373 | 155 | 47 | 0 | 71 | 2 | 145 | 137 | 107 |
| Binary | 10011010 | 11111011 | 1101101 | 100111 | 0 | 111001 | 10 | 1100101 | 1011111 | 1000111 |
Color Harmonies of #9AFB6D
Complementary color
Monochromatic Colors of #9AFB6D
Black with #9AFB6D
Text Example
Text Example
White with #9AFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFB6D; }
p { color: rgb(154,251,109); }
H1.HeaderClassName
{
color: #9AFB6D;
}
.AnyTagClassName
{
color: #9AFB6D;
}
</style>
background-color css
<style>
a { background-color: #9AFB6D; }
a { background-color: rgb(154,251,109); }
div.DivClassName
{
background-color: #9AFB6D;
}
.BgClassName
{
background-color: #9AFB6D;
}
</style>
border-color css
<style>
span { border-color: #9AFB6D; }
span { border-color: rgb(154,251,109); }
td.TdClassName
{
border-color: #9AFB6D;
}
.TagClassName
{
border-color: #9AFB6D;
}
</style>