Shades of Inch Worm #AED50C
Tints of Inch Worm #AED50C
RGB
CMYK
RGB Variations
Color information
#AED50C (or 0xAED50C) is known color: Inch Worm. HEX triplet: AE, D5 and 0C. RGB value is (174,213,12). Sum of RGB (Red+Green+Blue) = 174+213+12=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 213 (83.59% from 255 or 53.38% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 213 - color contains mainly: green. Hex color #AED50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED50C is #512AF3. Grayscale: #B3B3B3. Windows color (decimal): -5319412 or 841134. OLE color: 841134.
HSL color Cylindrical-coordinate representation of color #AED50C: hue angle of 71.64º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AED50C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.16 |
| HSL | 71.64º | 0.89% | 0.44% | - |
| HSV(B) | 71.64º | 0.94% | 0.84% | - |
| XYZ | 41.32 | 56.61 | 9.1 | - |
| YUV | 178.43 | 34.08 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 12 | 0.18 | 0 | 0.94 | 0.16 | 71.64 | 0.89 | 0.44 |
| Hex | AE | D5 | C | 12 | 0 | 5E | 10 | 48 | 59 | 2C |
| Octal | 256 | 325 | 14 | 22 | 0 | 136 | 20 | 110 | 131 | 54 |
| Binary | 10101110 | 11010101 | 1100 | 10010 | 0 | 1011110 | 10000 | 1001000 | 1011001 | 101100 |
Color Harmonies of #AED50C
Complementary color
Monochromatic Colors of #AED50C
Black with #AED50C
Text Example
Text Example
White with #AED50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED50C; }
p { color: rgb(174,213,12); }
H1.HeaderClassName
{
color: #AED50C;
}
.AnyTagClassName
{
color: #AED50C;
}
</style>
background-color css
<style>
a { background-color: #AED50C; }
a { background-color: rgb(174,213,12); }
div.DivClassName
{
background-color: #AED50C;
}
.BgClassName
{
background-color: #AED50C;
}
</style>
border-color css
<style>
span { border-color: #AED50C; }
span { border-color: rgb(174,213,12); }
td.TdClassName
{
border-color: #AED50C;
}
.TagClassName
{
border-color: #AED50C;
}
</style>