Shades of Feijoa #AEE672
Tints of Feijoa #AEE672
RGB
CMYK
RGB Variations
Color information
#AEE672 (or 0xAEE672) is known color: Feijoa. HEX triplet: AE, E6 and 72. RGB value is (174,230,114). Sum of RGB (Red+Green+Blue) = 174+230+114=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #AEE672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE672 is #51198D. Grayscale: #C8C8C8. Windows color (decimal): -5314958 or 7530158. OLE color: 7530158.
HSL color Cylindrical-coordinate representation of color #AEE672: hue angle of 88.97º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEE672 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 230 | 114 | - |
| CMYK | 0.24 | 0 | 0.50 | 0.10 |
| HSL | 88.97º | 0.7% | 0.67% | - |
| HSV(B) | 88.97º | 0.5% | 0.9% | - |
| XYZ | 48.79 | 66.81 | 26.24 | - |
| YUV | 200.03 | 79.45 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 230 | 114 | 0.24 | 0 | 0.50 | 0.10 | 88.97 | 0.7 | 0.67 |
| Hex | AE | E6 | 72 | 18 | 0 | 32 | A | 59 | 46 | 43 |
| Octal | 256 | 346 | 162 | 30 | 0 | 62 | 12 | 131 | 106 | 103 |
| Binary | 10101110 | 11100110 | 1110010 | 11000 | 0 | 110010 | 1010 | 1011001 | 1000110 | 1000011 |
Color Harmonies of #AEE672
Complementary color
Monochromatic Colors of #AEE672
Black with #AEE672
Text Example
Text Example
White with #AEE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE672; }
p { color: rgb(174,230,114); }
H1.HeaderClassName
{
color: #AEE672;
}
.AnyTagClassName
{
color: #AEE672;
}
</style>
background-color css
<style>
a { background-color: #AEE672; }
a { background-color: rgb(174,230,114); }
div.DivClassName
{
background-color: #AEE672;
}
.BgClassName
{
background-color: #AEE672;
}
</style>
border-color css
<style>
span { border-color: #AEE672; }
span { border-color: rgb(174,230,114); }
td.TdClassName
{
border-color: #AEE672;
}
.TagClassName
{
border-color: #AEE672;
}
</style>