Shades of Inch Worm #AED200
Tints of Inch Worm #AED200
RGB
CMYK
RGB Variations
Color information
#AED200 (or 0xAED200) is known color: Inch Worm. HEX triplet: AE, D2 and 00. RGB value is (174,210,0). Sum of RGB (Red+Green+Blue) = 174+210+0=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #AED200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED200 is #512DFF. Grayscale: #B0B0B0. Windows color (decimal): -5320192 or 53934. OLE color: 53934.
HSL color Cylindrical-coordinate representation of color #AED200: hue angle of 70.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AED200 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 210 | 0 | - |
| CMYK | 0.17 | 0 | 1 | 0.18 |
| HSL | 70.29º | 1% | 0.41% | - |
| HSV(B) | 70.29º | 1% | 0.82% | - |
| XYZ | 40.5 | 55.09 | 8.5 | - |
| YUV | 175.3 | 29.07 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 0 | 0.17 | 0 | 1 | 0.18 | 70.29 | 1 | 0.41 |
| Hex | AE | D2 | 0 | 11 | 0 | 64 | 12 | 46 | 64 | 29 |
| Octal | 256 | 322 | 0 | 21 | 0 | 144 | 22 | 106 | 144 | 51 |
| Binary | 10101110 | 11010010 | 0 | 10001 | 0 | 1100100 | 10010 | 1000110 | 1100100 | 101001 |
Color Harmonies of #AED200
Complementary color
Monochromatic Colors of #AED200
Black with #AED200
Text Example
Text Example
White with #AED200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED200; }
p { color: rgb(174,210,0); }
H1.HeaderClassName
{
color: #AED200;
}
.AnyTagClassName
{
color: #AED200;
}
</style>
background-color css
<style>
a { background-color: #AED200; }
a { background-color: rgb(174,210,0); }
div.DivClassName
{
background-color: #AED200;
}
.BgClassName
{
background-color: #AED200;
}
</style>
border-color css
<style>
span { border-color: #AED200; }
span { border-color: rgb(174,210,0); }
td.TdClassName
{
border-color: #AED200;
}
.TagClassName
{
border-color: #AED200;
}
</style>