Shades of Feijoa #AEF68B
Tints of Feijoa #AEF68B
RGB
CMYK
RGB Variations
Color information
#AEF68B (or 0xAEF68B) is known color: Feijoa. HEX triplet: AE, F6 and 8B. RGB value is (174,246,139). Sum of RGB (Red+Green+Blue) = 174+246+139=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 246 (96.48% from 255 or 44.01% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 246 - color contains mainly: green. Hex color #AEF68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEF68B is #510974. Grayscale: #D4D4D4. Windows color (decimal): -5310837 or 9172654. OLE color: 9172654.
HSL color Cylindrical-coordinate representation of color #AEF68B: hue angle of 100.37º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEF68B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 246 | 139 | - |
| CMYK | 0.29 | 0 | 0.43 | 0.04 |
| HSL | 100.37º | 0.86% | 0.75% | - |
| HSV(B) | 100.37º | 0.43% | 0.96% | - |
| XYZ | 55.07 | 76.77 | 36.34 | - |
| YUV | 212.27 | 86.65 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 246 | 139 | 0.29 | 0 | 0.43 | 0.04 | 100.37 | 0.86 | 0.75 |
| Hex | AE | F6 | 8B | 1D | 0 | 2B | 4 | 64 | 56 | 4B |
| Octal | 256 | 366 | 213 | 35 | 0 | 53 | 4 | 144 | 126 | 113 |
| Binary | 10101110 | 11110110 | 10001011 | 11101 | 0 | 101011 | 100 | 1100100 | 1010110 | 1001011 |
Color Harmonies of #AEF68B
Complementary color
Monochromatic Colors of #AEF68B
Black with #AEF68B
Text Example
Text Example
White with #AEF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF68B; }
p { color: rgb(174,246,139); }
H1.HeaderClassName
{
color: #AEF68B;
}
.AnyTagClassName
{
color: #AEF68B;
}
</style>
background-color css
<style>
a { background-color: #AEF68B; }
a { background-color: rgb(174,246,139); }
div.DivClassName
{
background-color: #AEF68B;
}
.BgClassName
{
background-color: #AEF68B;
}
</style>
border-color css
<style>
span { border-color: #AEF68B; }
span { border-color: rgb(174,246,139); }
td.TdClassName
{
border-color: #AEF68B;
}
.TagClassName
{
border-color: #AEF68B;
}
</style>