Shades of Inch Worm #ADE12D
Tints of Inch Worm #ADE12D
RGB
CMYK
RGB Variations
Color information
#ADE12D (or 0xADE12D) is known color: Inch Worm. HEX triplet: AD, E1 and 2D. RGB value is (173,225,45). Sum of RGB (Red+Green+Blue) = 173+225+45=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 45 (17.97% from 255 or 10.16% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADE12D is #521ED2. Grayscale: #BDBDBD. Windows color (decimal): -5381843 or 3006893. OLE color: 3006893.
HSL color Cylindrical-coordinate representation of color #ADE12D: hue angle of 77.33º 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 #ADE12D is Cyan = 0.23, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 45 | - |
| CMYK | 0.23 | 0 | 0.8 | 0.12 |
| HSL | 77.33º | 0.75% | 0.53% | - |
| HSV(B) | 77.33º | 0.8% | 0.88% | - |
| XYZ | 44.63 | 62.92 | 12.28 | - |
| YUV | 188.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 45 | 0.23 | 0 | 0.8 | 0.12 | 77.33 | 0.75 | 0.53 |
| Hex | AD | E1 | 2D | 17 | 0 | 50 | C | 4D | 4B | 35 |
| Octal | 255 | 341 | 55 | 27 | 0 | 120 | 14 | 115 | 113 | 65 |
| Binary | 10101101 | 11100001 | 101101 | 10111 | 0 | 1010000 | 1100 | 1001101 | 1001011 | 110101 |
Color Harmonies of #ADE12D
Complementary color
Monochromatic Colors of #ADE12D
Black with #ADE12D
Text Example
Text Example
White with #ADE12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE12D; }
p { color: rgb(173,225,45); }
H1.HeaderClassName
{
color: #ADE12D;
}
.AnyTagClassName
{
color: #ADE12D;
}
</style>
background-color css
<style>
a { background-color: #ADE12D; }
a { background-color: rgb(173,225,45); }
div.DivClassName
{
background-color: #ADE12D;
}
.BgClassName
{
background-color: #ADE12D;
}
</style>
border-color css
<style>
span { border-color: #ADE12D; }
span { border-color: rgb(173,225,45); }
td.TdClassName
{
border-color: #ADE12D;
}
.TagClassName
{
border-color: #ADE12D;
}
</style>