Shades of Feijoa #AED67B
Tints of Feijoa #AED67B
RGB
CMYK
RGB Variations
Color information
#AED67B (or 0xAED67B) is known color: Feijoa. HEX triplet: AE, D6 and 7B. RGB value is (174,214,123). Sum of RGB (Red+Green+Blue) = 174+214+123=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #AED67B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED67B is #512984. Grayscale: #BFBFBF. Windows color (decimal): -5319045 or 8115886. OLE color: 8115886.
HSL color Cylindrical-coordinate representation of color #AED67B: hue angle of 86.37º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AED67B is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 123 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.16 |
| HSL | 86.37º | 0.53% | 0.66% | - |
| HSV(B) | 86.37º | 0.43% | 0.84% | - |
| XYZ | 45.08 | 58.52 | 27.66 | - |
| YUV | 191.67 | 89.25 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 123 | 0.19 | 0 | 0.43 | 0.16 | 86.37 | 0.53 | 0.66 |
| Hex | AE | D6 | 7B | 13 | 0 | 2B | 10 | 56 | 35 | 42 |
| Octal | 256 | 326 | 173 | 23 | 0 | 53 | 20 | 126 | 65 | 102 |
| Binary | 10101110 | 11010110 | 1111011 | 10011 | 0 | 101011 | 10000 | 1010110 | 110101 | 1000010 |
Color Harmonies of #AED67B
Complementary color
Monochromatic Colors of #AED67B
Black with #AED67B
Text Example
Text Example
White with #AED67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED67B; }
p { color: rgb(174,214,123); }
H1.HeaderClassName
{
color: #AED67B;
}
.AnyTagClassName
{
color: #AED67B;
}
</style>
background-color css
<style>
a { background-color: #AED67B; }
a { background-color: rgb(174,214,123); }
div.DivClassName
{
background-color: #AED67B;
}
.BgClassName
{
background-color: #AED67B;
}
</style>
border-color css
<style>
span { border-color: #AED67B; }
span { border-color: rgb(174,214,123); }
td.TdClassName
{
border-color: #AED67B;
}
.TagClassName
{
border-color: #AED67B;
}
</style>