Shades of Inch Worm #AED717
Tints of Inch Worm #AED717
RGB
CMYK
RGB Variations
Color information
#AED717 (or 0xAED717) is known color: Inch Worm. HEX triplet: AE, D7 and 17. RGB value is (174,215,23). Sum of RGB (Red+Green+Blue) = 174+215+23=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 215 (84.38% from 255 or 52.18% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 215 - color contains mainly: green. Hex color #AED717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED717 is #5128E8. Grayscale: #B5B5B5. Windows color (decimal): -5318889 or 1562542. OLE color: 1562542.
HSL color Cylindrical-coordinate representation of color #AED717: hue angle of 72.81º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AED717 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 23 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.16 |
| HSL | 72.81º | 0.81% | 0.47% | - |
| HSV(B) | 72.81º | 0.89% | 0.84% | - |
| XYZ | 41.91 | 57.66 | 9.73 | - |
| YUV | 180.85 | 38.92 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 23 | 0.19 | 0 | 0.89 | 0.16 | 72.81 | 0.81 | 0.47 |
| Hex | AE | D7 | 17 | 13 | 0 | 59 | 10 | 49 | 51 | 2F |
| Octal | 256 | 327 | 27 | 23 | 0 | 131 | 20 | 111 | 121 | 57 |
| Binary | 10101110 | 11010111 | 10111 | 10011 | 0 | 1011001 | 10000 | 1001001 | 1010001 | 101111 |
Color Harmonies of #AED717
Complementary color
Monochromatic Colors of #AED717
Black with #AED717
Text Example
Text Example
White with #AED717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED717; }
p { color: rgb(174,215,23); }
H1.HeaderClassName
{
color: #AED717;
}
.AnyTagClassName
{
color: #AED717;
}
</style>
background-color css
<style>
a { background-color: #AED717; }
a { background-color: rgb(174,215,23); }
div.DivClassName
{
background-color: #AED717;
}
.BgClassName
{
background-color: #AED717;
}
</style>
border-color css
<style>
span { border-color: #AED717; }
span { border-color: rgb(174,215,23); }
td.TdClassName
{
border-color: #AED717;
}
.TagClassName
{
border-color: #AED717;
}
</style>