Shades of Inch Worm #AED210
Tints of Inch Worm #AED210
RGB
CMYK
RGB Variations
Color information
#AED210 (or 0xAED210) is known color: Inch Worm. HEX triplet: AE, D2 and 10. RGB value is (174,210,16). Sum of RGB (Red+Green+Blue) = 174+210+16=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 210 (82.42% from 255 or 52.5% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 210 - color contains mainly: green. Hex color #AED210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED210 is #512DEF. Grayscale: #B1B1B1. Windows color (decimal): -5320176 or 1102510. OLE color: 1102510.
HSL color Cylindrical-coordinate representation of color #AED210: hue angle of 71.13º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AED210 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.18 |
| HSL | 71.13º | 0.86% | 0.44% | - |
| HSV(B) | 71.13º | 0.92% | 0.82% | - |
| XYZ | 40.6 | 55.13 | 8.99 | - |
| YUV | 177.12 | 37.07 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 16 | 0.17 | 0 | 0.92 | 0.18 | 71.13 | 0.86 | 0.44 |
| Hex | AE | D2 | 10 | 11 | 0 | 5C | 12 | 47 | 56 | 2C |
| Octal | 256 | 322 | 20 | 21 | 0 | 134 | 22 | 107 | 126 | 54 |
| Binary | 10101110 | 11010010 | 10000 | 10001 | 0 | 1011100 | 10010 | 1000111 | 1010110 | 101100 |
Color Harmonies of #AED210
Complementary color
Monochromatic Colors of #AED210
Black with #AED210
Text Example
Text Example
White with #AED210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED210; }
p { color: rgb(174,210,16); }
H1.HeaderClassName
{
color: #AED210;
}
.AnyTagClassName
{
color: #AED210;
}
</style>
background-color css
<style>
a { background-color: #AED210; }
a { background-color: rgb(174,210,16); }
div.DivClassName
{
background-color: #AED210;
}
.BgClassName
{
background-color: #AED210;
}
</style>
border-color css
<style>
span { border-color: #AED210; }
span { border-color: rgb(174,210,16); }
td.TdClassName
{
border-color: #AED210;
}
.TagClassName
{
border-color: #AED210;
}
</style>