Shades of Sprout #AED098
Tints of Sprout #AED098
RGB
CMYK
RGB Variations
Color information
#AED098 (or 0xAED098) is known color: Sprout. HEX triplet: AE, D0 and 98. RGB value is (174,208,152). Sum of RGB (Red+Green+Blue) = 174+208+152=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #AED098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED098 is #512F67. Grayscale: #BFBFBF. Windows color (decimal): -5320552 or 10014894. OLE color: 10014894.
HSL color Cylindrical-coordinate representation of color #AED098: hue angle of 96.43º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AED098 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 208 | 152 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.18 |
| HSL | 96.43º | 0.37% | 0.71% | - |
| HSV(B) | 96.43º | 0.27% | 0.82% | - |
| XYZ | 45.68 | 56.38 | 38.18 | - |
| YUV | 191.45 | 105.74 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 208 | 152 | 0.16 | 0 | 0.27 | 0.18 | 96.43 | 0.37 | 0.71 |
| Hex | AE | D0 | 98 | 10 | 0 | 1B | 12 | 60 | 25 | 47 |
| Octal | 256 | 320 | 230 | 20 | 0 | 33 | 22 | 140 | 45 | 107 |
| Binary | 10101110 | 11010000 | 10011000 | 10000 | 0 | 11011 | 10010 | 1100000 | 100101 | 1000111 |
Color Harmonies of #AED098
Complementary color
Monochromatic Colors of #AED098
Black with #AED098
Text Example
Text Example
White with #AED098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED098; }
p { color: rgb(174,208,152); }
H1.HeaderClassName
{
color: #AED098;
}
.AnyTagClassName
{
color: #AED098;
}
</style>
background-color css
<style>
a { background-color: #AED098; }
a { background-color: rgb(174,208,152); }
div.DivClassName
{
background-color: #AED098;
}
.BgClassName
{
background-color: #AED098;
}
</style>
border-color css
<style>
span { border-color: #AED098; }
span { border-color: rgb(174,208,152); }
td.TdClassName
{
border-color: #AED098;
}
.TagClassName
{
border-color: #AED098;
}
</style>