Shades of Inch Worm #A1DF03
Tints of Inch Worm #A1DF03
RGB
CMYK
RGB Variations
Color information
#A1DF03 (or 0xA1DF03) is known color: Inch Worm. HEX triplet: A1, DF and 03. RGB value is (161,223,3). Sum of RGB (Red+Green+Blue) = 161+223+3=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 223 (87.5% from 255 or 57.62% from 387); Blue value is 3 (1.56% from 255 or 0.78% from 387); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1DF03 is #5E20FC. Grayscale: #B4B4B4. Windows color (decimal): -6168829 or 253857. OLE color: 253857.
HSL color Cylindrical-coordinate representation of color #A1DF03: hue angle of 76.91º 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 #A1DF03 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 3 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.13 |
| HSL | 76.91º | 0.97% | 0.44% | - |
| HSV(B) | 76.91º | 0.99% | 0.87% | - |
| XYZ | 41.1 | 60.36 | 9.57 | - |
| YUV | 179.38 | 28.46 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 3 | 0.28 | 0 | 0.99 | 0.13 | 76.91 | 0.97 | 0.44 |
| Hex | A1 | DF | 3 | 1C | 0 | 63 | D | 4D | 61 | 2C |
| Octal | 241 | 337 | 3 | 34 | 0 | 143 | 15 | 115 | 141 | 54 |
| Binary | 10100001 | 11011111 | 11 | 11100 | 0 | 1100011 | 1101 | 1001101 | 1100001 | 101100 |
Color Harmonies of #A1DF03
Complementary color
Monochromatic Colors of #A1DF03
Black with #A1DF03
Text Example
Text Example
White with #A1DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF03; }
p { color: rgb(161,223,3); }
H1.HeaderClassName
{
color: #A1DF03;
}
.AnyTagClassName
{
color: #A1DF03;
}
</style>
background-color css
<style>
a { background-color: #A1DF03; }
a { background-color: rgb(161,223,3); }
div.DivClassName
{
background-color: #A1DF03;
}
.BgClassName
{
background-color: #A1DF03;
}
</style>
border-color css
<style>
span { border-color: #A1DF03; }
span { border-color: rgb(161,223,3); }
td.TdClassName
{
border-color: #A1DF03;
}
.TagClassName
{
border-color: #A1DF03;
}
</style>