Shades of Inch Worm #AED30F
Tints of Inch Worm #AED30F
RGB
CMYK
RGB Variations
Color information
#AED30F (or 0xAED30F) is known color: Inch Worm. HEX triplet: AE, D3 and 0F. RGB value is (174,211,15). Sum of RGB (Red+Green+Blue) = 174+211+15=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 211 (82.81% from 255 or 52.75% from 400); Blue value is 15 (6.25% from 255 or 3.75% from 400); Max value from RGB is 211 - color contains mainly: green. Hex color #AED30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED30F is #512CF0. Grayscale: #B2B2B2. Windows color (decimal): -5319921 or 1037230. OLE color: 1037230.
HSL color Cylindrical-coordinate representation of color #AED30F: hue angle of 71.33º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AED30F is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 15 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.17 |
| HSL | 71.33º | 0.87% | 0.44% | - |
| HSV(B) | 71.33º | 0.93% | 0.83% | - |
| XYZ | 40.84 | 55.62 | 9.04 | - |
| YUV | 177.59 | 36.24 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 15 | 0.18 | 0 | 0.93 | 0.17 | 71.33 | 0.87 | 0.44 |
| Hex | AE | D3 | F | 12 | 0 | 5D | 11 | 47 | 57 | 2C |
| Octal | 256 | 323 | 17 | 22 | 0 | 135 | 21 | 107 | 127 | 54 |
| Binary | 10101110 | 11010011 | 1111 | 10010 | 0 | 1011101 | 10001 | 1000111 | 1010111 | 101100 |
Color Harmonies of #AED30F
Complementary color
Monochromatic Colors of #AED30F
Black with #AED30F
Text Example
Text Example
White with #AED30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED30F; }
p { color: rgb(174,211,15); }
H1.HeaderClassName
{
color: #AED30F;
}
.AnyTagClassName
{
color: #AED30F;
}
</style>
background-color css
<style>
a { background-color: #AED30F; }
a { background-color: rgb(174,211,15); }
div.DivClassName
{
background-color: #AED30F;
}
.BgClassName
{
background-color: #AED30F;
}
</style>
border-color css
<style>
span { border-color: #AED30F; }
span { border-color: rgb(174,211,15); }
td.TdClassName
{
border-color: #AED30F;
}
.TagClassName
{
border-color: #AED30F;
}
</style>