Shades of Feijoa #9AF56C
Tints of Feijoa #9AF56C
RGB
CMYK
RGB Variations
Color information
#9AF56C (or 0x9AF56C) is known color: Feijoa. HEX triplet: 9A, F5 and 6C. RGB value is (154,245,108). Sum of RGB (Red+Green+Blue) = 154+245+108=507 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.37% from 507); Green value is 245 (96.09% from 255 or 48.32% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 245 - color contains mainly: green. Hex color #9AF56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF56C is #650A93. Grayscale: #CACACA. Windows color (decimal): -6621844 or 7140762. OLE color: 7140762.
HSL color Cylindrical-coordinate representation of color #9AF56C: hue angle of 99.85º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AF56C is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 154 | 245 | 108 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.04 |
| HSL | 99.85º | 0.87% | 0.69% | - |
| HSV(B) | 99.85º | 0.56% | 0.96% | - |
| XYZ | 48.69 | 73.26 | 25.76 | - |
| YUV | 202.17 | 74.85 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 245 | 108 | 0.37 | 0 | 0.56 | 0.04 | 99.85 | 0.87 | 0.69 |
| Hex | 9A | F5 | 6C | 25 | 0 | 38 | 4 | 64 | 57 | 45 |
| Octal | 232 | 365 | 154 | 45 | 0 | 70 | 4 | 144 | 127 | 105 |
| Binary | 10011010 | 11110101 | 1101100 | 100101 | 0 | 111000 | 100 | 1100100 | 1010111 | 1000101 |
Color Harmonies of #9AF56C
Complementary color
Monochromatic Colors of #9AF56C
Black with #9AF56C
Text Example
Text Example
White with #9AF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF56C; }
p { color: rgb(154,245,108); }
H1.HeaderClassName
{
color: #9AF56C;
}
.AnyTagClassName
{
color: #9AF56C;
}
</style>
background-color css
<style>
a { background-color: #9AF56C; }
a { background-color: rgb(154,245,108); }
div.DivClassName
{
background-color: #9AF56C;
}
.BgClassName
{
background-color: #9AF56C;
}
</style>
border-color css
<style>
span { border-color: #9AF56C; }
span { border-color: rgb(154,245,108); }
td.TdClassName
{
border-color: #9AF56C;
}
.TagClassName
{
border-color: #9AF56C;
}
</style>