Shades of Inch Worm #A2DF1F
Tints of Inch Worm #A2DF1F
RGB
CMYK
RGB Variations
Color information
#A2DF1F (or 0xA2DF1F) is known color: Inch Worm. HEX triplet: A2, DF and 1F. RGB value is (162,223,31). Sum of RGB (Red+Green+Blue) = 162+223+31=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DF1F is #5D20E0. Grayscale: #B7B7B7. Windows color (decimal): -6103265 or 2088866. OLE color: 2088866.
HSL color Cylindrical-coordinate representation of color #A2DF1F: hue angle of 79.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2DF1F is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 223 | 31 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.13 |
| HSL | 79.06º | 0.76% | 0.5% | - |
| HSV(B) | 79.06º | 0.86% | 0.87% | - |
| XYZ | 41.54 | 60.56 | 10.8 | - |
| YUV | 182.87 | 42.29 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 31 | 0.27 | 0 | 0.86 | 0.13 | 79.06 | 0.76 | 0.5 |
| Hex | A2 | DF | 1F | 1B | 0 | 56 | D | 4F | 4C | 32 |
| Octal | 242 | 337 | 37 | 33 | 0 | 126 | 15 | 117 | 114 | 62 |
| Binary | 10100010 | 11011111 | 11111 | 11011 | 0 | 1010110 | 1101 | 1001111 | 1001100 | 110010 |
Color Harmonies of #A2DF1F
Complementary color
Monochromatic Colors of #A2DF1F
Black with #A2DF1F
Text Example
Text Example
White with #A2DF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DF1F; }
p { color: rgb(162,223,31); }
H1.HeaderClassName
{
color: #A2DF1F;
}
.AnyTagClassName
{
color: #A2DF1F;
}
</style>
background-color css
<style>
a { background-color: #A2DF1F; }
a { background-color: rgb(162,223,31); }
div.DivClassName
{
background-color: #A2DF1F;
}
.BgClassName
{
background-color: #A2DF1F;
}
</style>
border-color css
<style>
span { border-color: #A2DF1F; }
span { border-color: rgb(162,223,31); }
td.TdClassName
{
border-color: #A2DF1F;
}
.TagClassName
{
border-color: #A2DF1F;
}
</style>