Shades of Inch Worm #AED716
Tints of Inch Worm #AED716
RGB
CMYK
RGB Variations
Color information
#AED716 (or 0xAED716) is known color: Inch Worm. HEX triplet: AE, D7 and 16. RGB value is (174,215,22). Sum of RGB (Red+Green+Blue) = 174+215+22=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 215 (84.38% from 255 or 52.31% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 215 - color contains mainly: green. Hex color #AED716 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED716 is #5128E9. Grayscale: #B5B5B5. Windows color (decimal): -5318890 or 1497006. OLE color: 1497006.
HSL color Cylindrical-coordinate representation of color #AED716: hue angle of 72.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AED716 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 22 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.16 |
| HSL | 72.75º | 0.81% | 0.46% | - |
| HSV(B) | 72.75º | 0.9% | 0.84% | - |
| XYZ | 41.9 | 57.66 | 9.68 | - |
| YUV | 180.74 | 38.42 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 22 | 0.19 | 0 | 0.90 | 0.16 | 72.75 | 0.81 | 0.46 |
| Hex | AE | D7 | 16 | 13 | 0 | 5A | 10 | 49 | 51 | 2E |
| Octal | 256 | 327 | 26 | 23 | 0 | 132 | 20 | 111 | 121 | 56 |
| Binary | 10101110 | 11010111 | 10110 | 10011 | 0 | 1011010 | 10000 | 1001001 | 1010001 | 101110 |
Color Harmonies of #AED716
Complementary color
Monochromatic Colors of #AED716
Black with #AED716
Text Example
Text Example
White with #AED716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED716; }
p { color: rgb(174,215,22); }
H1.HeaderClassName
{
color: #AED716;
}
.AnyTagClassName
{
color: #AED716;
}
</style>
background-color css
<style>
a { background-color: #AED716; }
a { background-color: rgb(174,215,22); }
div.DivClassName
{
background-color: #AED716;
}
.BgClassName
{
background-color: #AED716;
}
</style>
border-color css
<style>
span { border-color: #AED716; }
span { border-color: rgb(174,215,22); }
td.TdClassName
{
border-color: #AED716;
}
.TagClassName
{
border-color: #AED716;
}
</style>