Shades of Inch Worm #AED619
Tints of Inch Worm #AED619
RGB
CMYK
RGB Variations
Color information
#AED619 (or 0xAED619) is known color: Inch Worm. HEX triplet: AE, D6 and 19. RGB value is (174,214,25). Sum of RGB (Red+Green+Blue) = 174+214+25=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #AED619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED619 is #5129E6. Grayscale: #B5B5B5. Windows color (decimal): -5319143 or 1693358. OLE color: 1693358.
HSL color Cylindrical-coordinate representation of color #AED619: hue angle of 72.7º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AED619 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 25 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.16 |
| HSL | 72.7º | 0.79% | 0.47% | - |
| HSV(B) | 72.7º | 0.88% | 0.84% | - |
| XYZ | 41.68 | 57.16 | 9.76 | - |
| YUV | 180.49 | 40.25 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 25 | 0.19 | 0 | 0.88 | 0.16 | 72.7 | 0.79 | 0.47 |
| Hex | AE | D6 | 19 | 13 | 0 | 58 | 10 | 49 | 4F | 2F |
| Octal | 256 | 326 | 31 | 23 | 0 | 130 | 20 | 111 | 117 | 57 |
| Binary | 10101110 | 11010110 | 11001 | 10011 | 0 | 1011000 | 10000 | 1001001 | 1001111 | 101111 |
Color Harmonies of #AED619
Complementary color
Monochromatic Colors of #AED619
Black with #AED619
Text Example
Text Example
White with #AED619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED619; }
p { color: rgb(174,214,25); }
H1.HeaderClassName
{
color: #AED619;
}
.AnyTagClassName
{
color: #AED619;
}
</style>
background-color css
<style>
a { background-color: #AED619; }
a { background-color: rgb(174,214,25); }
div.DivClassName
{
background-color: #AED619;
}
.BgClassName
{
background-color: #AED619;
}
</style>
border-color css
<style>
span { border-color: #AED619; }
span { border-color: rgb(174,214,25); }
td.TdClassName
{
border-color: #AED619;
}
.TagClassName
{
border-color: #AED619;
}
</style>