Shades of Inch Worm #AED502
Tints of Inch Worm #AED502
RGB
CMYK
RGB Variations
Color information
#AED502 (or 0xAED502) is known color: Inch Worm. HEX triplet: AE, D5 and 02. RGB value is (174,213,2). Sum of RGB (Red+Green+Blue) = 174+213+2=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 213 (83.59% from 255 or 54.76% from 389); Blue value is 2 (1.17% from 255 or 0.51% from 389); Max value from RGB is 213 - color contains mainly: green. Hex color #AED502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED502 is #512AFD. Grayscale: #B2B2B2. Windows color (decimal): -5319422 or 185774. OLE color: 185774.
HSL color Cylindrical-coordinate representation of color #AED502: hue angle of 71.09º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AED502 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.16 |
| HSL | 71.09º | 0.98% | 0.42% | - |
| HSV(B) | 71.09º | 0.99% | 0.84% | - |
| XYZ | 41.26 | 56.59 | 8.81 | - |
| YUV | 177.29 | 29.08 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 2 | 0.18 | 0 | 0.99 | 0.16 | 71.09 | 0.98 | 0.42 |
| Hex | AE | D5 | 2 | 12 | 0 | 63 | 10 | 47 | 62 | 2A |
| Octal | 256 | 325 | 2 | 22 | 0 | 143 | 20 | 107 | 142 | 52 |
| Binary | 10101110 | 11010101 | 10 | 10010 | 0 | 1100011 | 10000 | 1000111 | 1100010 | 101010 |
Color Harmonies of #AED502
Complementary color
Monochromatic Colors of #AED502
Black with #AED502
Text Example
Text Example
White with #AED502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED502; }
p { color: rgb(174,213,2); }
H1.HeaderClassName
{
color: #AED502;
}
.AnyTagClassName
{
color: #AED502;
}
</style>
background-color css
<style>
a { background-color: #AED502; }
a { background-color: rgb(174,213,2); }
div.DivClassName
{
background-color: #AED502;
}
.BgClassName
{
background-color: #AED502;
}
</style>
border-color css
<style>
span { border-color: #AED502; }
span { border-color: rgb(174,213,2); }
td.TdClassName
{
border-color: #AED502;
}
.TagClassName
{
border-color: #AED502;
}
</style>