Shades of Inch Worm #AED700
Tints of Inch Worm #AED700
RGB
CMYK
RGB Variations
Color information
#AED700 (or 0xAED700) is known color: Inch Worm. HEX triplet: AE, D7 and 00. RGB value is (174,215,0). Sum of RGB (Red+Green+Blue) = 174+215+0=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 215 (84.38% from 255 or 55.27% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 215 - color contains mainly: green. Hex color #AED700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AED700 is #5128FF. Grayscale: #B3B3B3. Windows color (decimal): -5318912 or 55214. OLE color: 55214.
HSL color Cylindrical-coordinate representation of color #AED700: hue angle of 71.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AED700 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 215 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.16 |
| HSL | 71.44º | 1% | 0.42% | - |
| HSV(B) | 71.44º | 1% | 0.84% | - |
| XYZ | 41.76 | 57.6 | 8.92 | - |
| YUV | 178.23 | 27.42 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 215 | 0 | 0.19 | 0 | 1 | 0.16 | 71.44 | 1 | 0.42 |
| Hex | AE | D7 | 0 | 13 | 0 | 64 | 10 | 47 | 64 | 2A |
| Octal | 256 | 327 | 0 | 23 | 0 | 144 | 20 | 107 | 144 | 52 |
| Binary | 10101110 | 11010111 | 0 | 10011 | 0 | 1100100 | 10000 | 1000111 | 1100100 | 101010 |
Color Harmonies of #AED700
Complementary color
Monochromatic Colors of #AED700
Black with #AED700
Text Example
Text Example
White with #AED700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED700; }
p { color: rgb(174,215,0); }
H1.HeaderClassName
{
color: #AED700;
}
.AnyTagClassName
{
color: #AED700;
}
</style>
background-color css
<style>
a { background-color: #AED700; }
a { background-color: rgb(174,215,0); }
div.DivClassName
{
background-color: #AED700;
}
.BgClassName
{
background-color: #AED700;
}
</style>
border-color css
<style>
span { border-color: #AED700; }
span { border-color: rgb(174,215,0); }
td.TdClassName
{
border-color: #AED700;
}
.TagClassName
{
border-color: #AED700;
}
</style>