Shades of Inch Worm #ADD61C
Tints of Inch Worm #ADD61C
RGB
CMYK
RGB Variations
Color information
#ADD61C (or 0xADD61C) is known color: Inch Worm. HEX triplet: AD, D6 and 1C. RGB value is (173,214,28). Sum of RGB (Red+Green+Blue) = 173+214+28=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 214 (83.98% from 255 or 51.57% from 415); Blue value is 28 (11.33% from 255 or 6.75% from 415); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD61C is #5229E3. Grayscale: #B5B5B5. Windows color (decimal): -5384676 or 1889965. OLE color: 1889965.
HSL color Cylindrical-coordinate representation of color #ADD61C: hue angle of 73.23º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADD61C is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 28 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.16 |
| HSL | 73.23º | 0.77% | 0.47% | - |
| HSV(B) | 73.23º | 0.87% | 0.84% | - |
| XYZ | 41.49 | 57.06 | 9.93 | - |
| YUV | 180.54 | 41.92 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 28 | 0.19 | 0 | 0.87 | 0.16 | 73.23 | 0.77 | 0.47 |
| Hex | AD | D6 | 1C | 13 | 0 | 57 | 10 | 49 | 4D | 2F |
| Octal | 255 | 326 | 34 | 23 | 0 | 127 | 20 | 111 | 115 | 57 |
| Binary | 10101101 | 11010110 | 11100 | 10011 | 0 | 1010111 | 10000 | 1001001 | 1001101 | 101111 |
Color Harmonies of #ADD61C
Complementary color
Monochromatic Colors of #ADD61C
Black with #ADD61C
Text Example
Text Example
White with #ADD61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD61C; }
p { color: rgb(173,214,28); }
H1.HeaderClassName
{
color: #ADD61C;
}
.AnyTagClassName
{
color: #ADD61C;
}
</style>
background-color css
<style>
a { background-color: #ADD61C; }
a { background-color: rgb(173,214,28); }
div.DivClassName
{
background-color: #ADD61C;
}
.BgClassName
{
background-color: #ADD61C;
}
</style>
border-color css
<style>
span { border-color: #ADD61C; }
span { border-color: rgb(173,214,28); }
td.TdClassName
{
border-color: #ADD61C;
}
.TagClassName
{
border-color: #ADD61C;
}
</style>