Shades of Feijoa #9AED69
Tints of Feijoa #9AED69
RGB
CMYK
RGB Variations
Color information
#9AED69 (or 0x9AED69) is known color: Feijoa. HEX triplet: 9A, ED and 69. RGB value is (154,237,105). Sum of RGB (Red+Green+Blue) = 154+237+105=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AED69 is #651296. Grayscale: #C5C5C5. Windows color (decimal): -6623895 or 6942106. OLE color: 6942106.
HSL color Cylindrical-coordinate representation of color #9AED69: hue angle of 97.73º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AED69 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 105 | - |
| CMYK | 0.35 | 0 | 0.56 | 0.07 |
| HSL | 97.73º | 0.79% | 0.67% | - |
| HSV(B) | 97.73º | 0.56% | 0.93% | - |
| XYZ | 46.16 | 68.46 | 24.15 | - |
| YUV | 197.14 | 76 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 105 | 0.35 | 0 | 0.56 | 0.07 | 97.73 | 0.79 | 0.67 |
| Hex | 9A | ED | 69 | 23 | 0 | 38 | 7 | 62 | 4F | 43 |
| Octal | 232 | 355 | 151 | 43 | 0 | 70 | 7 | 142 | 117 | 103 |
| Binary | 10011010 | 11101101 | 1101001 | 100011 | 0 | 111000 | 111 | 1100010 | 1001111 | 1000011 |
Color Harmonies of #9AED69
Complementary color
Monochromatic Colors of #9AED69
Black with #9AED69
Text Example
Text Example
White with #9AED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AED69; }
p { color: rgb(154,237,105); }
H1.HeaderClassName
{
color: #9AED69;
}
.AnyTagClassName
{
color: #9AED69;
}
</style>
background-color css
<style>
a { background-color: #9AED69; }
a { background-color: rgb(154,237,105); }
div.DivClassName
{
background-color: #9AED69;
}
.BgClassName
{
background-color: #9AED69;
}
</style>
border-color css
<style>
span { border-color: #9AED69; }
span { border-color: rgb(154,237,105); }
td.TdClassName
{
border-color: #9AED69;
}
.TagClassName
{
border-color: #9AED69;
}
</style>