Shades of Inch Worm #AED40C
Tints of Inch Worm #AED40C
RGB
CMYK
RGB Variations
Color information
#AED40C (or 0xAED40C) is known color: Inch Worm. HEX triplet: AE, D4 and 0C. RGB value is (174,212,12). Sum of RGB (Red+Green+Blue) = 174+212+12=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #AED40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED40C is #512BF3. Grayscale: #B2B2B2. Windows color (decimal): -5319668 or 840878. OLE color: 840878.
HSL color Cylindrical-coordinate representation of color #AED40C: hue angle of 71.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED40C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 212 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.17 |
| HSL | 71.4º | 0.89% | 0.44% | - |
| HSV(B) | 71.4º | 0.94% | 0.83% | - |
| XYZ | 41.07 | 56.11 | 9.01 | - |
| YUV | 177.84 | 34.41 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 12 | 0.18 | 0 | 0.94 | 0.17 | 71.4 | 0.89 | 0.44 |
| Hex | AE | D4 | C | 12 | 0 | 5E | 11 | 47 | 59 | 2C |
| Octal | 256 | 324 | 14 | 22 | 0 | 136 | 21 | 107 | 131 | 54 |
| Binary | 10101110 | 11010100 | 1100 | 10010 | 0 | 1011110 | 10001 | 1000111 | 1011001 | 101100 |
Color Harmonies of #AED40C
Complementary color
Monochromatic Colors of #AED40C
Black with #AED40C
Text Example
Text Example
White with #AED40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED40C; }
p { color: rgb(174,212,12); }
H1.HeaderClassName
{
color: #AED40C;
}
.AnyTagClassName
{
color: #AED40C;
}
</style>
background-color css
<style>
a { background-color: #AED40C; }
a { background-color: rgb(174,212,12); }
div.DivClassName
{
background-color: #AED40C;
}
.BgClassName
{
background-color: #AED40C;
}
</style>
border-color css
<style>
span { border-color: #AED40C; }
span { border-color: rgb(174,212,12); }
td.TdClassName
{
border-color: #AED40C;
}
.TagClassName
{
border-color: #AED40C;
}
</style>