Shades of Inch Worm #A2D506
Tints of Inch Worm #A2D506
RGB
CMYK
RGB Variations
Color information
#A2D506 (or 0xA2D506) is known color: Inch Worm. HEX triplet: A2, D5 and 06. RGB value is (162,213,6). Sum of RGB (Red+Green+Blue) = 162+213+6=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #A2D506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2D506 is #5D2AF9. Grayscale: #AEAEAE. Windows color (decimal): -6105850 or 447906. OLE color: 447906.
HSL color Cylindrical-coordinate representation of color #A2D506: hue angle of 74.78º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A2D506 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 162 | 213 | 6 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.16 |
| HSL | 74.78º | 0.95% | 0.43% | - |
| HSV(B) | 74.78º | 0.97% | 0.84% | - |
| XYZ | 38.73 | 55.28 | 8.8 | - |
| YUV | 174.15 | 33.1 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 213 | 6 | 0.24 | 0 | 0.97 | 0.16 | 74.78 | 0.95 | 0.43 |
| Hex | A2 | D5 | 6 | 18 | 0 | 61 | 10 | 4B | 5F | 2B |
| Octal | 242 | 325 | 6 | 30 | 0 | 141 | 20 | 113 | 137 | 53 |
| Binary | 10100010 | 11010101 | 110 | 11000 | 0 | 1100001 | 10000 | 1001011 | 1011111 | 101011 |
Color Harmonies of #A2D506
Complementary color
Monochromatic Colors of #A2D506
Black with #A2D506
Text Example
Text Example
White with #A2D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D506; }
p { color: rgb(162,213,6); }
H1.HeaderClassName
{
color: #A2D506;
}
.AnyTagClassName
{
color: #A2D506;
}
</style>
background-color css
<style>
a { background-color: #A2D506; }
a { background-color: rgb(162,213,6); }
div.DivClassName
{
background-color: #A2D506;
}
.BgClassName
{
background-color: #A2D506;
}
</style>
border-color css
<style>
span { border-color: #A2D506; }
span { border-color: rgb(162,213,6); }
td.TdClassName
{
border-color: #A2D506;
}
.TagClassName
{
border-color: #A2D506;
}
</style>