Shades of Inch Worm #A2DF03
Tints of Inch Worm #A2DF03
RGB
CMYK
RGB Variations
Color information
#A2DF03 (or 0xA2DF03) is known color: Inch Worm. HEX triplet: A2, DF and 03. RGB value is (162,223,3). Sum of RGB (Red+Green+Blue) = 162+223+3=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2DF03 is #5D20FC. Grayscale: #B4B4B4. Windows color (decimal): -6103293 or 253858. OLE color: 253858.
HSL color Cylindrical-coordinate representation of color #A2DF03: hue angle of 76.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2DF03 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.13 |
| HSL | 76.64º | 0.97% | 0.44% | - |
| HSV(B) | 76.64º | 0.99% | 0.87% | - |
| XYZ | 41.3 | 60.46 | 9.58 | - |
| YUV | 179.68 | 28.29 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 3 | 0.27 | 0 | 0.99 | 0.13 | 76.64 | 0.97 | 0.44 |
| Hex | A2 | DF | 3 | 1B | 0 | 63 | D | 4D | 61 | 2C |
| Octal | 242 | 337 | 3 | 33 | 0 | 143 | 15 | 115 | 141 | 54 |
| Binary | 10100010 | 11011111 | 11 | 11011 | 0 | 1100011 | 1101 | 1001101 | 1100001 | 101100 |
Color Harmonies of #A2DF03
Complementary color
Monochromatic Colors of #A2DF03
Black with #A2DF03
Text Example
Text Example
White with #A2DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF03; }
p { color: rgb(162,223,3); }
H1.HeaderClassName
{
color: #A2DF03;
}
.AnyTagClassName
{
color: #A2DF03;
}
</style>
background-color css
<style>
a { background-color: #A2DF03; }
a { background-color: rgb(162,223,3); }
div.DivClassName
{
background-color: #A2DF03;
}
.BgClassName
{
background-color: #A2DF03;
}
</style>
border-color css
<style>
span { border-color: #A2DF03; }
span { border-color: rgb(162,223,3); }
td.TdClassName
{
border-color: #A2DF03;
}
.TagClassName
{
border-color: #A2DF03;
}
</style>