Shades of Inch Worm #AED10A
Tints of Inch Worm #AED10A
RGB
CMYK
RGB Variations
Color information
#AED10A (or 0xAED10A) is known color: Inch Worm. HEX triplet: AE, D1 and 0A. RGB value is (174,209,10). Sum of RGB (Red+Green+Blue) = 174+209+10=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #AED10A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED10A is #512EF5. Grayscale: #B0B0B0. Windows color (decimal): -5320438 or 709038. OLE color: 709038.
HSL color Cylindrical-coordinate representation of color #AED10A: hue angle of 70.55º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AED10A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 209 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.18 |
| HSL | 70.55º | 0.91% | 0.43% | - |
| HSV(B) | 70.55º | 0.95% | 0.82% | - |
| XYZ | 40.31 | 54.62 | 8.71 | - |
| YUV | 175.85 | 34.4 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 10 | 0.17 | 0 | 0.95 | 0.18 | 70.55 | 0.91 | 0.43 |
| Hex | AE | D1 | A | 11 | 0 | 5F | 12 | 47 | 5B | 2B |
| Octal | 256 | 321 | 12 | 21 | 0 | 137 | 22 | 107 | 133 | 53 |
| Binary | 10101110 | 11010001 | 1010 | 10001 | 0 | 1011111 | 10010 | 1000111 | 1011011 | 101011 |
Color Harmonies of #AED10A
Complementary color
Monochromatic Colors of #AED10A
Black with #AED10A
Text Example
Text Example
White with #AED10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED10A; }
p { color: rgb(174,209,10); }
H1.HeaderClassName
{
color: #AED10A;
}
.AnyTagClassName
{
color: #AED10A;
}
</style>
background-color css
<style>
a { background-color: #AED10A; }
a { background-color: rgb(174,209,10); }
div.DivClassName
{
background-color: #AED10A;
}
.BgClassName
{
background-color: #AED10A;
}
</style>
border-color css
<style>
span { border-color: #AED10A; }
span { border-color: rgb(174,209,10); }
td.TdClassName
{
border-color: #AED10A;
}
.TagClassName
{
border-color: #AED10A;
}
</style>