Shades of Feijoa #AED598
Tints of Feijoa #AED598
RGB
CMYK
RGB Variations
Color information
#AED598 (or 0xAED598) is known color: Feijoa. HEX triplet: AE, D5 and 98. RGB value is (174,213,152). Sum of RGB (Red+Green+Blue) = 174+213+152=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #AED598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED598 is #512A67. Grayscale: #C2C2C2. Windows color (decimal): -5319272 or 10016174. OLE color: 10016174.
HSL color Cylindrical-coordinate representation of color #AED598: hue angle of 98.36º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AED598 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 152 | - |
| CMYK | 0.18 | 0 | 0.29 | 0.16 |
| HSL | 98.36º | 0.42% | 0.72% | - |
| HSV(B) | 98.36º | 0.29% | 0.84% | - |
| XYZ | 46.92 | 58.85 | 38.59 | - |
| YUV | 194.39 | 104.08 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 152 | 0.18 | 0 | 0.29 | 0.16 | 98.36 | 0.42 | 0.72 |
| Hex | AE | D5 | 98 | 12 | 0 | 1D | 10 | 62 | 2A | 48 |
| Octal | 256 | 325 | 230 | 22 | 0 | 35 | 20 | 142 | 52 | 110 |
| Binary | 10101110 | 11010101 | 10011000 | 10010 | 0 | 11101 | 10000 | 1100010 | 101010 | 1001000 |
Color Harmonies of #AED598
Complementary color
Monochromatic Colors of #AED598
Black with #AED598
Text Example
Text Example
White with #AED598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED598; }
p { color: rgb(174,213,152); }
H1.HeaderClassName
{
color: #AED598;
}
.AnyTagClassName
{
color: #AED598;
}
</style>
background-color css
<style>
a { background-color: #AED598; }
a { background-color: rgb(174,213,152); }
div.DivClassName
{
background-color: #AED598;
}
.BgClassName
{
background-color: #AED598;
}
</style>
border-color css
<style>
span { border-color: #AED598; }
span { border-color: rgb(174,213,152); }
td.TdClassName
{
border-color: #AED598;
}
.TagClassName
{
border-color: #AED598;
}
</style>