Shades of Inch Worm #AED20D
Tints of Inch Worm #AED20D
RGB
CMYK
RGB Variations
Color information
#AED20D (or 0xAED20D) is known color: Inch Worm. HEX triplet: AE, D2 and 0D. RGB value is (174,210,13). Sum of RGB (Red+Green+Blue) = 174+210+13=397 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.83% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 13 (5.47% from 255 or 3.27% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #AED20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED20D is #512DF2. Grayscale: #B1B1B1. Windows color (decimal): -5320179 or 905902. OLE color: 905902.
HSL color Cylindrical-coordinate representation of color #AED20D: hue angle of 70.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED20D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 13 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.18 |
| HSL | 70.96º | 0.88% | 0.44% | - |
| HSV(B) | 70.96º | 0.94% | 0.82% | - |
| XYZ | 40.57 | 55.12 | 8.88 | - |
| YUV | 176.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 13 | 0.17 | 0 | 0.94 | 0.18 | 70.96 | 0.88 | 0.44 |
| Hex | AE | D2 | D | 11 | 0 | 5E | 12 | 47 | 58 | 2C |
| Octal | 256 | 322 | 15 | 21 | 0 | 136 | 22 | 107 | 130 | 54 |
| Binary | 10101110 | 11010010 | 1101 | 10001 | 0 | 1011110 | 10010 | 1000111 | 1011000 | 101100 |
Color Harmonies of #AED20D
Complementary color
Monochromatic Colors of #AED20D
Black with #AED20D
Text Example
Text Example
White with #AED20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED20D; }
p { color: rgb(174,210,13); }
H1.HeaderClassName
{
color: #AED20D;
}
.AnyTagClassName
{
color: #AED20D;
}
</style>
background-color css
<style>
a { background-color: #AED20D; }
a { background-color: rgb(174,210,13); }
div.DivClassName
{
background-color: #AED20D;
}
.BgClassName
{
background-color: #AED20D;
}
</style>
border-color css
<style>
span { border-color: #AED20D; }
span { border-color: rgb(174,210,13); }
td.TdClassName
{
border-color: #AED20D;
}
.TagClassName
{
border-color: #AED20D;
}
</style>