Shades of Inch Worm #ADD712
Tints of Inch Worm #ADD712
RGB
CMYK
RGB Variations
Color information
#ADD712 (or 0xADD712) is known color: Inch Worm. HEX triplet: AD, D7 and 12. RGB value is (173,215,18). Sum of RGB (Red+Green+Blue) = 173+215+18=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 215 (84.38% from 255 or 52.96% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD712 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADD712 is #5228ED. Grayscale: #B4B4B4. Windows color (decimal): -5384430 or 1234861. OLE color: 1234861.
HSL color Cylindrical-coordinate representation of color #ADD712: hue angle of 72.79º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADD712 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 215 | 18 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.16 |
| HSL | 72.79º | 0.85% | 0.46% | - |
| HSV(B) | 72.79º | 0.92% | 0.84% | - |
| XYZ | 41.64 | 57.53 | 9.48 | - |
| YUV | 179.98 | 36.59 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 215 | 18 | 0.20 | 0 | 0.92 | 0.16 | 72.79 | 0.85 | 0.46 |
| Hex | AD | D7 | 12 | 14 | 0 | 5C | 10 | 49 | 55 | 2E |
| Octal | 255 | 327 | 22 | 24 | 0 | 134 | 20 | 111 | 125 | 56 |
| Binary | 10101101 | 11010111 | 10010 | 10100 | 0 | 1011100 | 10000 | 1001001 | 1010101 | 101110 |
Color Harmonies of #ADD712
Complementary color
Monochromatic Colors of #ADD712
Black with #ADD712
Text Example
Text Example
White with #ADD712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD712; }
p { color: rgb(173,215,18); }
H1.HeaderClassName
{
color: #ADD712;
}
.AnyTagClassName
{
color: #ADD712;
}
</style>
background-color css
<style>
a { background-color: #ADD712; }
a { background-color: rgb(173,215,18); }
div.DivClassName
{
background-color: #ADD712;
}
.BgClassName
{
background-color: #ADD712;
}
</style>
border-color css
<style>
span { border-color: #ADD712; }
span { border-color: rgb(173,215,18); }
td.TdClassName
{
border-color: #ADD712;
}
.TagClassName
{
border-color: #ADD712;
}
</style>