Shades of Inch Worm #ADE102
Tints of Inch Worm #ADE102
RGB
CMYK
RGB Variations
Color information
#ADE102 (or 0xADE102) is known color: Inch Worm. HEX triplet: AD, E1 and 02. RGB value is (173,225,2). Sum of RGB (Red+Green+Blue) = 173+225+2=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 225 (88.28% from 255 or 56.25% from 400); Blue value is 2 (1.17% from 255 or 0.5% from 400); Max value from RGB is 225 - color contains mainly: green. Hex color #ADE102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADE102 is #521EFD. Grayscale: #B8B8B8. Windows color (decimal): -5381886 or 188845. OLE color: 188845.
HSL color Cylindrical-coordinate representation of color #ADE102: hue angle of 73.99º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ADE102 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 225 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.12 |
| HSL | 73.99º | 0.98% | 0.45% | - |
| HSV(B) | 73.99º | 0.99% | 0.88% | - |
| XYZ | 44.17 | 62.74 | 9.84 | - |
| YUV | 184.03 | 25.27 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 225 | 2 | 0.23 | 0 | 0.99 | 0.12 | 73.99 | 0.98 | 0.45 |
| Hex | AD | E1 | 2 | 17 | 0 | 63 | C | 4A | 62 | 2D |
| Octal | 255 | 341 | 2 | 27 | 0 | 143 | 14 | 112 | 142 | 55 |
| Binary | 10101101 | 11100001 | 10 | 10111 | 0 | 1100011 | 1100 | 1001010 | 1100010 | 101101 |
Color Harmonies of #ADE102
Complementary color
Monochromatic Colors of #ADE102
Black with #ADE102
Text Example
Text Example
White with #ADE102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE102; }
p { color: rgb(173,225,2); }
H1.HeaderClassName
{
color: #ADE102;
}
.AnyTagClassName
{
color: #ADE102;
}
</style>
background-color css
<style>
a { background-color: #ADE102; }
a { background-color: rgb(173,225,2); }
div.DivClassName
{
background-color: #ADE102;
}
.BgClassName
{
background-color: #ADE102;
}
</style>
border-color css
<style>
span { border-color: #ADE102; }
span { border-color: rgb(173,225,2); }
td.TdClassName
{
border-color: #ADE102;
}
.TagClassName
{
border-color: #ADE102;
}
</style>