Shades of Inch Worm #AEDC21
Tints of Inch Worm #AEDC21
RGB
CMYK
RGB Variations
Color information
#AEDC21 (or 0xAEDC21) is known color: Inch Worm. HEX triplet: AE, DC and 21. RGB value is (174,220,33). Sum of RGB (Red+Green+Blue) = 174+220+33=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 220 (86.33% from 255 or 51.52% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC21 is #5123DE. Grayscale: #B9B9B9. Windows color (decimal): -5317599 or 2219182. OLE color: 2219182.
HSL color Cylindrical-coordinate representation of color #AEDC21: hue angle of 74.76º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AEDC21 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 33 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.14 |
| HSL | 74.76º | 0.74% | 0.5% | - |
| HSV(B) | 74.76º | 0.85% | 0.86% | - |
| XYZ | 43.32 | 60.29 | 10.79 | - |
| YUV | 184.93 | 42.26 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 33 | 0.21 | 0 | 0.85 | 0.14 | 74.76 | 0.74 | 0.5 |
| Hex | AE | DC | 21 | 15 | 0 | 55 | E | 4B | 4A | 32 |
| Octal | 256 | 334 | 41 | 25 | 0 | 125 | 16 | 113 | 112 | 62 |
| Binary | 10101110 | 11011100 | 100001 | 10101 | 0 | 1010101 | 1110 | 1001011 | 1001010 | 110010 |
Color Harmonies of #AEDC21
Complementary color
Monochromatic Colors of #AEDC21
Black with #AEDC21
Text Example
Text Example
White with #AEDC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC21; }
p { color: rgb(174,220,33); }
H1.HeaderClassName
{
color: #AEDC21;
}
.AnyTagClassName
{
color: #AEDC21;
}
</style>
background-color css
<style>
a { background-color: #AEDC21; }
a { background-color: rgb(174,220,33); }
div.DivClassName
{
background-color: #AEDC21;
}
.BgClassName
{
background-color: #AEDC21;
}
</style>
border-color css
<style>
span { border-color: #AEDC21; }
span { border-color: rgb(174,220,33); }
td.TdClassName
{
border-color: #AEDC21;
}
.TagClassName
{
border-color: #AEDC21;
}
</style>