Shades of Feijoa #9AF066
Tints of Feijoa #9AF066
RGB
CMYK
RGB Variations
Color information
#9AF066 (or 0x9AF066) is known color: Feijoa. HEX triplet: 9A, F0 and 66. RGB value is (154,240,102). Sum of RGB (Red+Green+Blue) = 154+240+102=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 102 (40.23% from 255 or 20.56% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF066 is #650F99. Grayscale: #C7C7C7. Windows color (decimal): -6623130 or 6746266. OLE color: 6746266.
HSL color Cylindrical-coordinate representation of color #9AF066: hue angle of 97.39º 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 #9AF066 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 102 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.06 |
| HSL | 97.39º | 0.82% | 0.67% | - |
| HSV(B) | 97.39º | 0.58% | 0.94% | - |
| XYZ | 46.88 | 70.15 | 23.64 | - |
| YUV | 198.55 | 73.51 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 102 | 0.36 | 0 | 0.58 | 0.06 | 97.39 | 0.82 | 0.67 |
| Hex | 9A | F0 | 66 | 24 | 0 | 3A | 6 | 61 | 52 | 43 |
| Octal | 232 | 360 | 146 | 44 | 0 | 72 | 6 | 141 | 122 | 103 |
| Binary | 10011010 | 11110000 | 1100110 | 100100 | 0 | 111010 | 110 | 1100001 | 1010010 | 1000011 |
Color Harmonies of #9AF066
Complementary color
Monochromatic Colors of #9AF066
Black with #9AF066
Text Example
Text Example
White with #9AF066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF066; }
p { color: rgb(154,240,102); }
H1.HeaderClassName
{
color: #9AF066;
}
.AnyTagClassName
{
color: #9AF066;
}
</style>
background-color css
<style>
a { background-color: #9AF066; }
a { background-color: rgb(154,240,102); }
div.DivClassName
{
background-color: #9AF066;
}
.BgClassName
{
background-color: #9AF066;
}
</style>
border-color css
<style>
span { border-color: #9AF066; }
span { border-color: rgb(154,240,102); }
td.TdClassName
{
border-color: #9AF066;
}
.TagClassName
{
border-color: #9AF066;
}
</style>