Shades of Feijoa #AECF90
Tints of Feijoa #AECF90
RGB
CMYK
RGB Variations
Color information
#AECF90 (or 0xAECF90) is known color: Feijoa. HEX triplet: AE, CF and 90. RGB value is (174,207,144). Sum of RGB (Red+Green+Blue) = 174+207+144=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AECF90 is #51306F. Grayscale: #BEBEBE. Windows color (decimal): -5320816 or 9490350. OLE color: 9490350.
HSL color Cylindrical-coordinate representation of color #AECF90: hue angle of 91.43º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AECF90 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 144 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.19 |
| HSL | 91.43º | 0.4% | 0.69% | - |
| HSV(B) | 91.43º | 0.3% | 0.81% | - |
| XYZ | 44.8 | 55.64 | 34.76 | - |
| YUV | 189.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 144 | 0.16 | 0 | 0.30 | 0.19 | 91.43 | 0.4 | 0.69 |
| Hex | AE | CF | 90 | 10 | 0 | 1E | 13 | 5B | 28 | 45 |
| Octal | 256 | 317 | 220 | 20 | 0 | 36 | 23 | 133 | 50 | 105 |
| Binary | 10101110 | 11001111 | 10010000 | 10000 | 0 | 11110 | 10011 | 1011011 | 101000 | 1000101 |
Color Harmonies of #AECF90
Complementary color
Monochromatic Colors of #AECF90
Black with #AECF90
Text Example
Text Example
White with #AECF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF90; }
p { color: rgb(174,207,144); }
H1.HeaderClassName
{
color: #AECF90;
}
.AnyTagClassName
{
color: #AECF90;
}
</style>
background-color css
<style>
a { background-color: #AECF90; }
a { background-color: rgb(174,207,144); }
div.DivClassName
{
background-color: #AECF90;
}
.BgClassName
{
background-color: #AECF90;
}
</style>
border-color css
<style>
span { border-color: #AECF90; }
span { border-color: rgb(174,207,144); }
td.TdClassName
{
border-color: #AECF90;
}
.TagClassName
{
border-color: #AECF90;
}
</style>