Shades of Inch Worm #ADE30C
Tints of Inch Worm #ADE30C
RGB
CMYK
RGB Variations
Color information
#ADE30C (or 0xADE30C) is known color: Inch Worm. HEX triplet: AD, E3 and 0C. RGB value is (173,227,12). Sum of RGB (Red+Green+Blue) = 173+227+12=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 227 (89.06% from 255 or 55.10% from 412); Blue value is 12 (5.08% from 255 or 2.91% from 412); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADE30C is #521CF3. Grayscale: #BBBBBB. Windows color (decimal): -5381364 or 844717. OLE color: 844717.
HSL color Cylindrical-coordinate representation of color #ADE30C: hue angle of 75.07º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADE30C is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 12 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.11 |
| HSL | 75.07º | 0.9% | 0.47% | - |
| HSV(B) | 75.07º | 0.95% | 0.89% | - |
| XYZ | 44.77 | 63.85 | 10.31 | - |
| YUV | 186.34 | 29.61 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 12 | 0.24 | 0 | 0.95 | 0.11 | 75.07 | 0.9 | 0.47 |
| Hex | AD | E3 | C | 18 | 0 | 5F | B | 4B | 5A | 2F |
| Octal | 255 | 343 | 14 | 30 | 0 | 137 | 13 | 113 | 132 | 57 |
| Binary | 10101101 | 11100011 | 1100 | 11000 | 0 | 1011111 | 1011 | 1001011 | 1011010 | 101111 |
Color Harmonies of #ADE30C
Complementary color
Monochromatic Colors of #ADE30C
Black with #ADE30C
Text Example
Text Example
White with #ADE30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE30C; }
p { color: rgb(173,227,12); }
H1.HeaderClassName
{
color: #ADE30C;
}
.AnyTagClassName
{
color: #ADE30C;
}
</style>
background-color css
<style>
a { background-color: #ADE30C; }
a { background-color: rgb(173,227,12); }
div.DivClassName
{
background-color: #ADE30C;
}
.BgClassName
{
background-color: #ADE30C;
}
</style>
border-color css
<style>
span { border-color: #ADE30C; }
span { border-color: rgb(173,227,12); }
td.TdClassName
{
border-color: #ADE30C;
}
.TagClassName
{
border-color: #ADE30C;
}
</style>