Shades of Feijoa #9AE574
Tints of Feijoa #9AE574
RGB
CMYK
RGB Variations
Color information
#9AE574 (or 0x9AE574) is known color: Feijoa. HEX triplet: 9A, E5 and 74. RGB value is (154,229,116). Sum of RGB (Red+Green+Blue) = 154+229+116=499 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.86% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE574 is #651A8B. Grayscale: #C2C2C2. Windows color (decimal): -6625932 or 7660954. OLE color: 7660954.
HSL color Cylindrical-coordinate representation of color #9AE574: hue angle of 99.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AE574 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 229 | 116 | - |
| CMYK | 0.33 | 0 | 0.49 | 0.10 |
| HSL | 99.82º | 0.68% | 0.68% | - |
| HSV(B) | 99.82º | 0.49% | 0.9% | - |
| XYZ | 44.5 | 64.17 | 26.56 | - |
| YUV | 193.69 | 84.15 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 229 | 116 | 0.33 | 0 | 0.49 | 0.10 | 99.82 | 0.68 | 0.68 |
| Hex | 9A | E5 | 74 | 21 | 0 | 31 | A | 64 | 44 | 44 |
| Octal | 232 | 345 | 164 | 41 | 0 | 61 | 12 | 144 | 104 | 104 |
| Binary | 10011010 | 11100101 | 1110100 | 100001 | 0 | 110001 | 1010 | 1100100 | 1000100 | 1000100 |
Color Harmonies of #9AE574
Complementary color
Monochromatic Colors of #9AE574
Black with #9AE574
Text Example
Text Example
White with #9AE574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE574; }
p { color: rgb(154,229,116); }
H1.HeaderClassName
{
color: #9AE574;
}
.AnyTagClassName
{
color: #9AE574;
}
</style>
background-color css
<style>
a { background-color: #9AE574; }
a { background-color: rgb(154,229,116); }
div.DivClassName
{
background-color: #9AE574;
}
.BgClassName
{
background-color: #9AE574;
}
</style>
border-color css
<style>
span { border-color: #9AE574; }
span { border-color: rgb(154,229,116); }
td.TdClassName
{
border-color: #9AE574;
}
.TagClassName
{
border-color: #9AE574;
}
</style>