Shades of Feijoa #9AF175
Tints of Feijoa #9AF175
RGB
CMYK
RGB Variations
Color information
#9AF175 (or 0x9AF175) is known color: Feijoa. HEX triplet: 9A, F1 and 75. RGB value is (154,241,117). Sum of RGB (Red+Green+Blue) = 154+241+117=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF175 is #650E8A. Grayscale: #C9C9C9. Windows color (decimal): -6622859 or 7729562. OLE color: 7729562.
HSL color Cylindrical-coordinate representation of color #9AF175: hue angle of 102.1º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AF175 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 241 | 117 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.05 |
| HSL | 102.1º | 0.82% | 0.7% | - |
| HSV(B) | 102.1º | 0.51% | 0.95% | - |
| XYZ | 47.99 | 71.06 | 28.02 | - |
| YUV | 200.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 241 | 117 | 0.36 | 0 | 0.51 | 0.05 | 102.1 | 0.82 | 0.7 |
| Hex | 9A | F1 | 75 | 24 | 0 | 33 | 5 | 66 | 52 | 46 |
| Octal | 232 | 361 | 165 | 44 | 0 | 63 | 5 | 146 | 122 | 106 |
| Binary | 10011010 | 11110001 | 1110101 | 100100 | 0 | 110011 | 101 | 1100110 | 1010010 | 1000110 |
Color Harmonies of #9AF175
Complementary color
Monochromatic Colors of #9AF175
Black with #9AF175
Text Example
Text Example
White with #9AF175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF175; }
p { color: rgb(154,241,117); }
H1.HeaderClassName
{
color: #9AF175;
}
.AnyTagClassName
{
color: #9AF175;
}
</style>
background-color css
<style>
a { background-color: #9AF175; }
a { background-color: rgb(154,241,117); }
div.DivClassName
{
background-color: #9AF175;
}
.BgClassName
{
background-color: #9AF175;
}
</style>
border-color css
<style>
span { border-color: #9AF175; }
span { border-color: rgb(154,241,117); }
td.TdClassName
{
border-color: #9AF175;
}
.TagClassName
{
border-color: #9AF175;
}
</style>