Shades of Inch Worm #AED313
Tints of Inch Worm #AED313
RGB
CMYK
RGB Variations
Color information
#AED313 (or 0xAED313) is known color: Inch Worm. HEX triplet: AE, D3 and 13. RGB value is (174,211,19). Sum of RGB (Red+Green+Blue) = 174+211+19=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #AED313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED313 is #512CEC. Grayscale: #B2B2B2. Windows color (decimal): -5319917 or 1299374. OLE color: 1299374.
HSL color Cylindrical-coordinate representation of color #AED313: hue angle of 71.56º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AED313 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 19 | - |
| CMYK | 0.18 | 0 | 0.91 | 0.17 |
| HSL | 71.56º | 0.83% | 0.45% | - |
| HSV(B) | 71.56º | 0.91% | 0.83% | - |
| XYZ | 40.87 | 55.63 | 9.2 | - |
| YUV | 178.05 | 38.24 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 19 | 0.18 | 0 | 0.91 | 0.17 | 71.56 | 0.83 | 0.45 |
| Hex | AE | D3 | 13 | 12 | 0 | 5B | 11 | 48 | 53 | 2D |
| Octal | 256 | 323 | 23 | 22 | 0 | 133 | 21 | 110 | 123 | 55 |
| Binary | 10101110 | 11010011 | 10011 | 10010 | 0 | 1011011 | 10001 | 1001000 | 1010011 | 101101 |
Color Harmonies of #AED313
Complementary color
Monochromatic Colors of #AED313
Black with #AED313
Text Example
Text Example
White with #AED313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED313; }
p { color: rgb(174,211,19); }
H1.HeaderClassName
{
color: #AED313;
}
.AnyTagClassName
{
color: #AED313;
}
</style>
background-color css
<style>
a { background-color: #AED313; }
a { background-color: rgb(174,211,19); }
div.DivClassName
{
background-color: #AED313;
}
.BgClassName
{
background-color: #AED313;
}
</style>
border-color css
<style>
span { border-color: #AED313; }
span { border-color: rgb(174,211,19); }
td.TdClassName
{
border-color: #AED313;
}
.TagClassName
{
border-color: #AED313;
}
</style>