Shades of Feijoa #9AF26D
Tints of Feijoa #9AF26D
RGB
CMYK
RGB Variations
Color information
#9AF26D (or 0x9AF26D) is known color: Feijoa. HEX triplet: 9A, F2 and 6D. RGB value is (154,242,109). Sum of RGB (Red+Green+Blue) = 154+242+109=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF26D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF26D is #650D92. Grayscale: #C8C8C8. Windows color (decimal): -6622611 or 7205530. OLE color: 7205530.
HSL color Cylindrical-coordinate representation of color #9AF26D: hue angle of 99.7º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AF26D is Cyan = 0.36, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 109 | - |
| CMYK | 0.36 | 0 | 0.55 | 0.05 |
| HSL | 99.7º | 0.84% | 0.69% | - |
| HSV(B) | 99.7º | 0.55% | 0.95% | - |
| XYZ | 47.84 | 71.48 | 25.74 | - |
| YUV | 200.53 | 76.35 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 109 | 0.36 | 0 | 0.55 | 0.05 | 99.7 | 0.84 | 0.69 |
| Hex | 9A | F2 | 6D | 24 | 0 | 37 | 5 | 64 | 54 | 45 |
| Octal | 232 | 362 | 155 | 44 | 0 | 67 | 5 | 144 | 124 | 105 |
| Binary | 10011010 | 11110010 | 1101101 | 100100 | 0 | 110111 | 101 | 1100100 | 1010100 | 1000101 |
Color Harmonies of #9AF26D
Complementary color
Monochromatic Colors of #9AF26D
Black with #9AF26D
Text Example
Text Example
White with #9AF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF26D; }
p { color: rgb(154,242,109); }
H1.HeaderClassName
{
color: #9AF26D;
}
.AnyTagClassName
{
color: #9AF26D;
}
</style>
background-color css
<style>
a { background-color: #9AF26D; }
a { background-color: rgb(154,242,109); }
div.DivClassName
{
background-color: #9AF26D;
}
.BgClassName
{
background-color: #9AF26D;
}
</style>
border-color css
<style>
span { border-color: #9AF26D; }
span { border-color: rgb(154,242,109); }
td.TdClassName
{
border-color: #9AF26D;
}
.TagClassName
{
border-color: #9AF26D;
}
</style>