Shades of Inch Worm #ADE70D
Tints of Inch Worm #ADE70D
RGB
CMYK
RGB Variations
Color information
#ADE70D (or 0xADE70D) is known color: Inch Worm. HEX triplet: AD, E7 and 0D. RGB value is (173,231,13). Sum of RGB (Red+Green+Blue) = 173+231+13=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 231 (90.62% from 255 or 55.40% from 417); Blue value is 13 (5.47% from 255 or 3.12% from 417); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADE70D is #5218F2. Grayscale: #BDBDBD. Windows color (decimal): -5380339 or 911277. OLE color: 911277.
HSL color Cylindrical-coordinate representation of color #ADE70D: hue angle of 75.96º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADE70D is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 231 | 13 | - |
| CMYK | 0.25 | 0 | 0.94 | 0.09 |
| HSL | 75.96º | 0.89% | 0.48% | - |
| HSV(B) | 75.96º | 0.94% | 0.91% | - |
| XYZ | 45.88 | 66.07 | 10.71 | - |
| YUV | 188.81 | 28.78 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 231 | 13 | 0.25 | 0 | 0.94 | 0.09 | 75.96 | 0.89 | 0.48 |
| Hex | AD | E7 | D | 19 | 0 | 5E | 9 | 4C | 59 | 30 |
| Octal | 255 | 347 | 15 | 31 | 0 | 136 | 11 | 114 | 131 | 60 |
| Binary | 10101101 | 11100111 | 1101 | 11001 | 0 | 1011110 | 1001 | 1001100 | 1011001 | 110000 |
Color Harmonies of #ADE70D
Complementary color
Monochromatic Colors of #ADE70D
Black with #ADE70D
Text Example
Text Example
White with #ADE70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE70D; }
p { color: rgb(173,231,13); }
H1.HeaderClassName
{
color: #ADE70D;
}
.AnyTagClassName
{
color: #ADE70D;
}
</style>
background-color css
<style>
a { background-color: #ADE70D; }
a { background-color: rgb(173,231,13); }
div.DivClassName
{
background-color: #ADE70D;
}
.BgClassName
{
background-color: #ADE70D;
}
</style>
border-color css
<style>
span { border-color: #ADE70D; }
span { border-color: rgb(173,231,13); }
td.TdClassName
{
border-color: #ADE70D;
}
.TagClassName
{
border-color: #ADE70D;
}
</style>