Shades of Inch Worm #AED914
Tints of Inch Worm #AED914
RGB
CMYK
RGB Variations
Color information
#AED914 (or 0xAED914) is known color: Inch Worm. HEX triplet: AE, D9 and 14. RGB value is (174,217,20). Sum of RGB (Red+Green+Blue) = 174+217+20=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 217 (85.16% from 255 or 52.80% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 217 - color contains mainly: green. Hex color #AED914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED914 is #5126EB. Grayscale: #B6B6B6. Windows color (decimal): -5318380 or 1366446. OLE color: 1366446.
HSL color Cylindrical-coordinate representation of color #AED914: hue angle of 73.1º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AED914 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 20 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.15 |
| HSL | 73.1º | 0.83% | 0.46% | - |
| HSV(B) | 73.1º | 0.91% | 0.85% | - |
| XYZ | 42.39 | 58.67 | 9.75 | - |
| YUV | 181.69 | 36.75 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 20 | 0.20 | 0 | 0.91 | 0.15 | 73.1 | 0.83 | 0.46 |
| Hex | AE | D9 | 14 | 14 | 0 | 5B | F | 49 | 53 | 2E |
| Octal | 256 | 331 | 24 | 24 | 0 | 133 | 17 | 111 | 123 | 56 |
| Binary | 10101110 | 11011001 | 10100 | 10100 | 0 | 1011011 | 1111 | 1001001 | 1010011 | 101110 |
Color Harmonies of #AED914
Complementary color
Monochromatic Colors of #AED914
Black with #AED914
Text Example
Text Example
White with #AED914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED914; }
p { color: rgb(174,217,20); }
H1.HeaderClassName
{
color: #AED914;
}
.AnyTagClassName
{
color: #AED914;
}
</style>
background-color css
<style>
a { background-color: #AED914; }
a { background-color: rgb(174,217,20); }
div.DivClassName
{
background-color: #AED914;
}
.BgClassName
{
background-color: #AED914;
}
</style>
border-color css
<style>
span { border-color: #AED914; }
span { border-color: rgb(174,217,20); }
td.TdClassName
{
border-color: #AED914;
}
.TagClassName
{
border-color: #AED914;
}
</style>