Shades of Feijoa #9AF967
Tints of Feijoa #9AF967
RGB
CMYK
RGB Variations
Color information
#9AF967 (or 0x9AF967) is known color: Feijoa. HEX triplet: 9A, F9 and 67. RGB value is (154,249,103). Sum of RGB (Red+Green+Blue) = 154+249+103=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF967 is #650698. Grayscale: #CCCCCC. Windows color (decimal): -6620825 or 6814106. OLE color: 6814106.
HSL color Cylindrical-coordinate representation of color #9AF967: hue angle of 99.04º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AF967 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 249 | 103 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.02 |
| HSL | 99.04º | 0.92% | 0.69% | - |
| HSV(B) | 99.04º | 0.59% | 0.98% | - |
| XYZ | 49.65 | 75.6 | 24.81 | - |
| YUV | 203.95 | 71.03 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 249 | 103 | 0.38 | 0 | 0.59 | 0.02 | 99.04 | 0.92 | 0.69 |
| Hex | 9A | F9 | 67 | 26 | 0 | 3B | 2 | 63 | 5C | 45 |
| Octal | 232 | 371 | 147 | 46 | 0 | 73 | 2 | 143 | 134 | 105 |
| Binary | 10011010 | 11111001 | 1100111 | 100110 | 0 | 111011 | 10 | 1100011 | 1011100 | 1000101 |
Color Harmonies of #9AF967
Complementary color
Monochromatic Colors of #9AF967
Black with #9AF967
Text Example
Text Example
White with #9AF967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF967; }
p { color: rgb(154,249,103); }
H1.HeaderClassName
{
color: #9AF967;
}
.AnyTagClassName
{
color: #9AF967;
}
</style>
background-color css
<style>
a { background-color: #9AF967; }
a { background-color: rgb(154,249,103); }
div.DivClassName
{
background-color: #9AF967;
}
.BgClassName
{
background-color: #9AF967;
}
</style>
border-color css
<style>
span { border-color: #9AF967; }
span { border-color: rgb(154,249,103); }
td.TdClassName
{
border-color: #9AF967;
}
.TagClassName
{
border-color: #9AF967;
}
</style>