Shades of Feijoa #9AF376
Tints of Feijoa #9AF376
RGB
CMYK
RGB Variations
Color information
#9AF376 (or 0x9AF376) is known color: Feijoa. HEX triplet: 9A, F3 and 76. RGB value is (154,243,118). Sum of RGB (Red+Green+Blue) = 154+243+118=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF376 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF376 is #650C89. Grayscale: #CACACA. Windows color (decimal): -6622346 or 7795610. OLE color: 7795610.
HSL color Cylindrical-coordinate representation of color #9AF376: hue angle of 102.72º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AF376 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 118 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.05 |
| HSL | 102.72º | 0.84% | 0.71% | - |
| HSV(B) | 102.72º | 0.51% | 0.95% | - |
| XYZ | 48.65 | 72.28 | 28.53 | - |
| YUV | 202.14 | 80.51 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 118 | 0.37 | 0 | 0.51 | 0.05 | 102.72 | 0.84 | 0.71 |
| Hex | 9A | F3 | 76 | 25 | 0 | 33 | 5 | 67 | 54 | 47 |
| Octal | 232 | 363 | 166 | 45 | 0 | 63 | 5 | 147 | 124 | 107 |
| Binary | 10011010 | 11110011 | 1110110 | 100101 | 0 | 110011 | 101 | 1100111 | 1010100 | 1000111 |
Color Harmonies of #9AF376
Complementary color
Monochromatic Colors of #9AF376
Black with #9AF376
Text Example
Text Example
White with #9AF376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF376; }
p { color: rgb(154,243,118); }
H1.HeaderClassName
{
color: #9AF376;
}
.AnyTagClassName
{
color: #9AF376;
}
</style>
background-color css
<style>
a { background-color: #9AF376; }
a { background-color: rgb(154,243,118); }
div.DivClassName
{
background-color: #9AF376;
}
.BgClassName
{
background-color: #9AF376;
}
</style>
border-color css
<style>
span { border-color: #9AF376; }
span { border-color: rgb(154,243,118); }
td.TdClassName
{
border-color: #9AF376;
}
.TagClassName
{
border-color: #9AF376;
}
</style>