Shades of Inch Worm #AEDC1D
Tints of Inch Worm #AEDC1D
RGB
CMYK
RGB Variations
Color information
#AEDC1D (or 0xAEDC1D) is known color: Inch Worm. HEX triplet: AE, DC and 1D. RGB value is (174,220,29). Sum of RGB (Red+Green+Blue) = 174+220+29=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC1D is #5123E2. Grayscale: #B9B9B9. Windows color (decimal): -5317603 or 1957038. OLE color: 1957038.
HSL color Cylindrical-coordinate representation of color #AEDC1D: hue angle of 74.45º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AEDC1D is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 29 | - |
| CMYK | 0.21 | 0 | 0.87 | 0.14 |
| HSL | 74.45º | 0.77% | 0.49% | - |
| HSV(B) | 74.45º | 0.87% | 0.86% | - |
| XYZ | 43.27 | 60.27 | 10.52 | - |
| YUV | 184.47 | 40.26 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 29 | 0.21 | 0 | 0.87 | 0.14 | 74.45 | 0.77 | 0.49 |
| Hex | AE | DC | 1D | 15 | 0 | 57 | E | 4A | 4D | 31 |
| Octal | 256 | 334 | 35 | 25 | 0 | 127 | 16 | 112 | 115 | 61 |
| Binary | 10101110 | 11011100 | 11101 | 10101 | 0 | 1010111 | 1110 | 1001010 | 1001101 | 110001 |
Color Harmonies of #AEDC1D
Complementary color
Monochromatic Colors of #AEDC1D
Black with #AEDC1D
Text Example
Text Example
White with #AEDC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC1D; }
p { color: rgb(174,220,29); }
H1.HeaderClassName
{
color: #AEDC1D;
}
.AnyTagClassName
{
color: #AEDC1D;
}
</style>
background-color css
<style>
a { background-color: #AEDC1D; }
a { background-color: rgb(174,220,29); }
div.DivClassName
{
background-color: #AEDC1D;
}
.BgClassName
{
background-color: #AEDC1D;
}
</style>
border-color css
<style>
span { border-color: #AEDC1D; }
span { border-color: rgb(174,220,29); }
td.TdClassName
{
border-color: #AEDC1D;
}
.TagClassName
{
border-color: #AEDC1D;
}
</style>