Shades of Inch Worm #AEDC26
Tints of Inch Worm #AEDC26
RGB
CMYK
RGB Variations
Color information
#AEDC26 (or 0xAEDC26) is known color: Inch Worm. HEX triplet: AE, DC and 26. RGB value is (174,220,38). Sum of RGB (Red+Green+Blue) = 174+220+38=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 38 (15.23% from 255 or 8.80% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC26 is #5123D9. Grayscale: #BABABA. Windows color (decimal): -5317594 or 2546862. OLE color: 2546862.
HSL color Cylindrical-coordinate representation of color #AEDC26: hue angle of 75.16º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AEDC26 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 38 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.14 |
| HSL | 75.16º | 0.72% | 0.51% | - |
| HSV(B) | 75.16º | 0.83% | 0.86% | - |
| XYZ | 43.4 | 60.33 | 11.19 | - |
| YUV | 185.5 | 44.76 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 38 | 0.21 | 0 | 0.83 | 0.14 | 75.16 | 0.72 | 0.51 |
| Hex | AE | DC | 26 | 15 | 0 | 53 | E | 4B | 48 | 33 |
| Octal | 256 | 334 | 46 | 25 | 0 | 123 | 16 | 113 | 110 | 63 |
| Binary | 10101110 | 11011100 | 100110 | 10101 | 0 | 1010011 | 1110 | 1001011 | 1001000 | 110011 |
Color Harmonies of #AEDC26
Complementary color
Monochromatic Colors of #AEDC26
Black with #AEDC26
Text Example
Text Example
White with #AEDC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC26; }
p { color: rgb(174,220,38); }
H1.HeaderClassName
{
color: #AEDC26;
}
.AnyTagClassName
{
color: #AEDC26;
}
</style>
background-color css
<style>
a { background-color: #AEDC26; }
a { background-color: rgb(174,220,38); }
div.DivClassName
{
background-color: #AEDC26;
}
.BgClassName
{
background-color: #AEDC26;
}
</style>
border-color css
<style>
span { border-color: #AEDC26; }
span { border-color: rgb(174,220,38); }
td.TdClassName
{
border-color: #AEDC26;
}
.TagClassName
{
border-color: #AEDC26;
}
</style>