Shades of Inch Worm #AEDC20
Tints of Inch Worm #AEDC20
RGB
CMYK
RGB Variations
Color information
#AEDC20 (or 0xAEDC20) is known color: Inch Worm. HEX triplet: AE, DC and 20. RGB value is (174,220,32). Sum of RGB (Red+Green+Blue) = 174+220+32=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 32 (12.89% from 255 or 7.51% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC20 is #5123DF. Grayscale: #B9B9B9. Windows color (decimal): -5317600 or 2153646. OLE color: 2153646.
HSL color Cylindrical-coordinate representation of color #AEDC20: hue angle of 74.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEDC20 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 32 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.14 |
| HSL | 74.68º | 0.75% | 0.49% | - |
| HSV(B) | 74.68º | 0.85% | 0.86% | - |
| XYZ | 43.31 | 60.29 | 10.72 | - |
| YUV | 184.81 | 41.76 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 32 | 0.21 | 0 | 0.85 | 0.14 | 74.68 | 0.75 | 0.49 |
| Hex | AE | DC | 20 | 15 | 0 | 55 | E | 4B | 4B | 31 |
| Octal | 256 | 334 | 40 | 25 | 0 | 125 | 16 | 113 | 113 | 61 |
| Binary | 10101110 | 11011100 | 100000 | 10101 | 0 | 1010101 | 1110 | 1001011 | 1001011 | 110001 |
Color Harmonies of #AEDC20
Complementary color
Monochromatic Colors of #AEDC20
Black with #AEDC20
Text Example
Text Example
White with #AEDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC20; }
p { color: rgb(174,220,32); }
H1.HeaderClassName
{
color: #AEDC20;
}
.AnyTagClassName
{
color: #AEDC20;
}
</style>
background-color css
<style>
a { background-color: #AEDC20; }
a { background-color: rgb(174,220,32); }
div.DivClassName
{
background-color: #AEDC20;
}
.BgClassName
{
background-color: #AEDC20;
}
</style>
border-color css
<style>
span { border-color: #AEDC20; }
span { border-color: rgb(174,220,32); }
td.TdClassName
{
border-color: #AEDC20;
}
.TagClassName
{
border-color: #AEDC20;
}
</style>