Shades of Feijoa #9AF06C
Tints of Feijoa #9AF06C
RGB
CMYK
RGB Variations
Color information
#9AF06C (or 0x9AF06C) is known color: Feijoa. HEX triplet: 9A, F0 and 6C. RGB value is (154,240,108). Sum of RGB (Red+Green+Blue) = 154+240+108=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF06C is #650F93. Grayscale: #C7C7C7. Windows color (decimal): -6623124 or 7139482. OLE color: 7139482.
HSL color Cylindrical-coordinate representation of color #9AF06C: hue angle of 99.09º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AF06C is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 108 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.06 |
| HSL | 99.09º | 0.81% | 0.68% | - |
| HSV(B) | 99.09º | 0.55% | 0.94% | - |
| XYZ | 47.19 | 70.27 | 25.26 | - |
| YUV | 199.24 | 76.51 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 108 | 0.36 | 0 | 0.55 | 0.06 | 99.09 | 0.81 | 0.68 |
| Hex | 9A | F0 | 6C | 24 | 0 | 37 | 6 | 63 | 51 | 44 |
| Octal | 232 | 360 | 154 | 44 | 0 | 67 | 6 | 143 | 121 | 104 |
| Binary | 10011010 | 11110000 | 1101100 | 100100 | 0 | 110111 | 110 | 1100011 | 1010001 | 1000100 |
Color Harmonies of #9AF06C
Complementary color
Monochromatic Colors of #9AF06C
Black with #9AF06C
Text Example
Text Example
White with #9AF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF06C; }
p { color: rgb(154,240,108); }
H1.HeaderClassName
{
color: #9AF06C;
}
.AnyTagClassName
{
color: #9AF06C;
}
</style>
background-color css
<style>
a { background-color: #9AF06C; }
a { background-color: rgb(154,240,108); }
div.DivClassName
{
background-color: #9AF06C;
}
.BgClassName
{
background-color: #9AF06C;
}
</style>
border-color css
<style>
span { border-color: #9AF06C; }
span { border-color: rgb(154,240,108); }
td.TdClassName
{
border-color: #9AF06C;
}
.TagClassName
{
border-color: #9AF06C;
}
</style>