Shades of Inch Worm #ADEF12
Tints of Inch Worm #ADEF12
RGB
CMYK
RGB Variations
Color information
#ADEF12 (or 0xADEF12) is known color: Inch Worm. HEX triplet: AD, EF and 12. RGB value is (173,239,18). Sum of RGB (Red+Green+Blue) = 173+239+18=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 18 (7.42% from 255 or 4.19% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADEF12 is #5210ED. Grayscale: #C2C2C2. Windows color (decimal): -5378286 or 1241005. OLE color: 1241005.
HSL color Cylindrical-coordinate representation of color #ADEF12: hue angle of 77.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADEF12 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 18 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.06 |
| HSL | 77.92º | 0.87% | 0.5% | - |
| HSV(B) | 77.92º | 0.92% | 0.94% | - |
| XYZ | 48.21 | 70.66 | 11.67 | - |
| YUV | 194.07 | 28.63 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 18 | 0.28 | 0 | 0.92 | 0.06 | 77.92 | 0.87 | 0.5 |
| Hex | AD | EF | 12 | 1C | 0 | 5C | 6 | 4E | 57 | 32 |
| Octal | 255 | 357 | 22 | 34 | 0 | 134 | 6 | 116 | 127 | 62 |
| Binary | 10101101 | 11101111 | 10010 | 11100 | 0 | 1011100 | 110 | 1001110 | 1010111 | 110010 |
Color Harmonies of #ADEF12
Complementary color
Monochromatic Colors of #ADEF12
Black with #ADEF12
Text Example
Text Example
White with #ADEF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF12; }
p { color: rgb(173,239,18); }
H1.HeaderClassName
{
color: #ADEF12;
}
.AnyTagClassName
{
color: #ADEF12;
}
</style>
background-color css
<style>
a { background-color: #ADEF12; }
a { background-color: rgb(173,239,18); }
div.DivClassName
{
background-color: #ADEF12;
}
.BgClassName
{
background-color: #ADEF12;
}
</style>
border-color css
<style>
span { border-color: #ADEF12; }
span { border-color: rgb(173,239,18); }
td.TdClassName
{
border-color: #ADEF12;
}
.TagClassName
{
border-color: #ADEF12;
}
</style>