Shades of Inch Worm #AED50D
Tints of Inch Worm #AED50D
RGB
CMYK
RGB Variations
Color information
#AED50D (or 0xAED50D) is known color: Inch Worm. HEX triplet: AE, D5 and 0D. RGB value is (174,213,13). Sum of RGB (Red+Green+Blue) = 174+213+13=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #AED50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED50D is #512AF2. Grayscale: #B3B3B3. Windows color (decimal): -5319411 or 906670. OLE color: 906670.
HSL color Cylindrical-coordinate representation of color #AED50D: hue angle of 71.7º degrees, saturation: 0.88, 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 #AED50D is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 213 | 13 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.16 |
| HSL | 71.7º | 0.88% | 0.44% | - |
| HSV(B) | 71.7º | 0.94% | 0.84% | - |
| XYZ | 41.32 | 56.62 | 9.13 | - |
| YUV | 178.54 | 34.58 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 213 | 13 | 0.18 | 0 | 0.94 | 0.16 | 71.7 | 0.88 | 0.44 |
| Hex | AE | D5 | D | 12 | 0 | 5E | 10 | 48 | 58 | 2C |
| Octal | 256 | 325 | 15 | 22 | 0 | 136 | 20 | 110 | 130 | 54 |
| Binary | 10101110 | 11010101 | 1101 | 10010 | 0 | 1011110 | 10000 | 1001000 | 1011000 | 101100 |
Color Harmonies of #AED50D
Complementary color
Monochromatic Colors of #AED50D
Black with #AED50D
Text Example
Text Example
White with #AED50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED50D; }
p { color: rgb(174,213,13); }
H1.HeaderClassName
{
color: #AED50D;
}
.AnyTagClassName
{
color: #AED50D;
}
</style>
background-color css
<style>
a { background-color: #AED50D; }
a { background-color: rgb(174,213,13); }
div.DivClassName
{
background-color: #AED50D;
}
.BgClassName
{
background-color: #AED50D;
}
</style>
border-color css
<style>
span { border-color: #AED50D; }
span { border-color: rgb(174,213,13); }
td.TdClassName
{
border-color: #AED50D;
}
.TagClassName
{
border-color: #AED50D;
}
</style>