Shades of Feijoa #9AF273
Tints of Feijoa #9AF273
RGB
CMYK
RGB Variations
Color information
#9AF273 (or 0x9AF273) is known color: Feijoa. HEX triplet: 9A, F2 and 73. RGB value is (154,242,115). Sum of RGB (Red+Green+Blue) = 154+242+115=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF273 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF273 is #650D8C. Grayscale: #C9C9C9. Windows color (decimal): -6622605 or 7598746. OLE color: 7598746.
HSL color Cylindrical-coordinate representation of color #9AF273: hue angle of 101.57º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9AF273 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 242 | 115 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.05 |
| HSL | 101.57º | 0.83% | 0.7% | - |
| HSV(B) | 101.57º | 0.52% | 0.95% | - |
| XYZ | 48.17 | 71.61 | 27.5 | - |
| YUV | 201.21 | 79.35 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 242 | 115 | 0.36 | 0 | 0.52 | 0.05 | 101.57 | 0.83 | 0.7 |
| Hex | 9A | F2 | 73 | 24 | 0 | 34 | 5 | 66 | 53 | 46 |
| Octal | 232 | 362 | 163 | 44 | 0 | 64 | 5 | 146 | 123 | 106 |
| Binary | 10011010 | 11110010 | 1110011 | 100100 | 0 | 110100 | 101 | 1100110 | 1010011 | 1000110 |
Color Harmonies of #9AF273
Complementary color
Monochromatic Colors of #9AF273
Black with #9AF273
Text Example
Text Example
White with #9AF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF273; }
p { color: rgb(154,242,115); }
H1.HeaderClassName
{
color: #9AF273;
}
.AnyTagClassName
{
color: #9AF273;
}
</style>
background-color css
<style>
a { background-color: #9AF273; }
a { background-color: rgb(154,242,115); }
div.DivClassName
{
background-color: #9AF273;
}
.BgClassName
{
background-color: #9AF273;
}
</style>
border-color css
<style>
span { border-color: #9AF273; }
span { border-color: rgb(154,242,115); }
td.TdClassName
{
border-color: #9AF273;
}
.TagClassName
{
border-color: #9AF273;
}
</style>