Shades of Inch Worm #ADE12C
Tints of Inch Worm #ADE12C
RGB
CMYK
RGB Variations
Color information
#ADE12C (or 0xADE12C) is known color: Inch Worm. HEX triplet: AD, E1 and 2C. RGB value is (173,225,44). Sum of RGB (Red+Green+Blue) = 173+225+44=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 44 (17.58% from 255 or 9.95% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE12C is #521ED3. Grayscale: #BDBDBD. Windows color (decimal): -5381844 or 2941357. OLE color: 2941357.
HSL color Cylindrical-coordinate representation of color #ADE12C: hue angle of 77.24º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADE12C is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 44 | - |
| CMYK | 0.23 | 0 | 0.80 | 0.12 |
| HSL | 77.24º | 0.75% | 0.53% | - |
| HSV(B) | 77.24º | 0.8% | 0.88% | - |
| XYZ | 44.61 | 62.92 | 12.18 | - |
| YUV | 188.82 | 46.27 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 44 | 0.23 | 0 | 0.80 | 0.12 | 77.24 | 0.75 | 0.53 |
| Hex | AD | E1 | 2C | 17 | 0 | 50 | C | 4D | 4B | 35 |
| Octal | 255 | 341 | 54 | 27 | 0 | 120 | 14 | 115 | 113 | 65 |
| Binary | 10101101 | 11100001 | 101100 | 10111 | 0 | 1010000 | 1100 | 1001101 | 1001011 | 110101 |
Color Harmonies of #ADE12C
Complementary color
Monochromatic Colors of #ADE12C
Black with #ADE12C
Text Example
Text Example
White with #ADE12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE12C; }
p { color: rgb(173,225,44); }
H1.HeaderClassName
{
color: #ADE12C;
}
.AnyTagClassName
{
color: #ADE12C;
}
</style>
background-color css
<style>
a { background-color: #ADE12C; }
a { background-color: rgb(173,225,44); }
div.DivClassName
{
background-color: #ADE12C;
}
.BgClassName
{
background-color: #ADE12C;
}
</style>
border-color css
<style>
span { border-color: #ADE12C; }
span { border-color: rgb(173,225,44); }
td.TdClassName
{
border-color: #ADE12C;
}
.TagClassName
{
border-color: #ADE12C;
}
</style>