Shades of Inch Worm #AEDC2A
Tints of Inch Worm #AEDC2A
RGB
CMYK
RGB Variations
Color information
#AEDC2A (or 0xAEDC2A) is known color: Inch Worm. HEX triplet: AE, DC and 2A. RGB value is (174,220,42). Sum of RGB (Red+Green+Blue) = 174+220+42=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 42 (16.80% from 255 or 9.63% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC2A is #5123D5. Grayscale: #BABABA. Windows color (decimal): -5317590 or 2809006. OLE color: 2809006.
HSL color Cylindrical-coordinate representation of color #AEDC2A: hue angle of 75.51º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AEDC2A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.14 |
| HSL | 75.51º | 0.72% | 0.51% | - |
| HSV(B) | 75.51º | 0.81% | 0.86% | - |
| XYZ | 43.47 | 60.35 | 11.55 | - |
| YUV | 185.95 | 46.76 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 42 | 0.21 | 0 | 0.81 | 0.14 | 75.51 | 0.72 | 0.51 |
| Hex | AE | DC | 2A | 15 | 0 | 51 | E | 4C | 48 | 33 |
| Octal | 256 | 334 | 52 | 25 | 0 | 121 | 16 | 114 | 110 | 63 |
| Binary | 10101110 | 11011100 | 101010 | 10101 | 0 | 1010001 | 1110 | 1001100 | 1001000 | 110011 |
Color Harmonies of #AEDC2A
Complementary color
Monochromatic Colors of #AEDC2A
Black with #AEDC2A
Text Example
Text Example
White with #AEDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC2A; }
p { color: rgb(174,220,42); }
H1.HeaderClassName
{
color: #AEDC2A;
}
.AnyTagClassName
{
color: #AEDC2A;
}
</style>
background-color css
<style>
a { background-color: #AEDC2A; }
a { background-color: rgb(174,220,42); }
div.DivClassName
{
background-color: #AEDC2A;
}
.BgClassName
{
background-color: #AEDC2A;
}
</style>
border-color css
<style>
span { border-color: #AEDC2A; }
span { border-color: rgb(174,220,42); }
td.TdClassName
{
border-color: #AEDC2A;
}
.TagClassName
{
border-color: #AEDC2A;
}
</style>