Shades of Inch Worm #AED714
Tints of Inch Worm #AED714
RGB
CMYK
RGB Variations
Color information
#AED714 (or 0xAED714) is known color: Inch Worm. HEX triplet: AE, D7 and 14. RGB value is (174,215,20). Sum of RGB (Red+Green+Blue) = 174+215+20=409 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.54% from 409); Green value is 215 (84.38% from 255 or 52.57% from 409); Blue value is 20 (8.20% from 255 or 4.89% from 409); Max value from RGB is 215 - color contains mainly: green. Hex color #AED714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED714 is #5128EB. Grayscale: #B5B5B5. Windows color (decimal): -5318892 or 1365934. OLE color: 1365934.
HSL color Cylindrical-coordinate representation of color #AED714: hue angle of 72.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AED714 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 20 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.16 |
| HSL | 72.62º | 0.83% | 0.46% | - |
| HSV(B) | 72.62º | 0.91% | 0.84% | - |
| XYZ | 41.88 | 57.65 | 9.58 | - |
| YUV | 180.51 | 37.42 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 20 | 0.19 | 0 | 0.91 | 0.16 | 72.62 | 0.83 | 0.46 |
| Hex | AE | D7 | 14 | 13 | 0 | 5B | 10 | 49 | 53 | 2E |
| Octal | 256 | 327 | 24 | 23 | 0 | 133 | 20 | 111 | 123 | 56 |
| Binary | 10101110 | 11010111 | 10100 | 10011 | 0 | 1011011 | 10000 | 1001001 | 1010011 | 101110 |
Color Harmonies of #AED714
Complementary color
Monochromatic Colors of #AED714
Black with #AED714
Text Example
Text Example
White with #AED714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED714; }
p { color: rgb(174,215,20); }
H1.HeaderClassName
{
color: #AED714;
}
.AnyTagClassName
{
color: #AED714;
}
</style>
background-color css
<style>
a { background-color: #AED714; }
a { background-color: rgb(174,215,20); }
div.DivClassName
{
background-color: #AED714;
}
.BgClassName
{
background-color: #AED714;
}
</style>
border-color css
<style>
span { border-color: #AED714; }
span { border-color: rgb(174,215,20); }
td.TdClassName
{
border-color: #AED714;
}
.TagClassName
{
border-color: #AED714;
}
</style>