Shades of Inch Worm #A2F319
Tints of Inch Worm #A2F319
RGB
CMYK
RGB Variations
Color information
#A2F319 (or 0xA2F319) is known color: Inch Worm. HEX triplet: A2, F3 and 19. RGB value is (162,243,25). Sum of RGB (Red+Green+Blue) = 162+243+25=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 243 (95.31% from 255 or 56.51% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A2F319 is #5D0CE6. Grayscale: #C2C2C2. Windows color (decimal): -6098151 or 1700770. OLE color: 1700770.
HSL color Cylindrical-coordinate representation of color #A2F319: hue angle of 82.29º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A2F319 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 25 | - |
| CMYK | 0.33 | 0 | 0.90 | 0.05 |
| HSL | 82.29º | 0.9% | 0.53% | - |
| HSV(B) | 82.29º | 0.9% | 0.95% | - |
| XYZ | 47.13 | 71.85 | 12.3 | - |
| YUV | 193.93 | 32.66 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 25 | 0.33 | 0 | 0.90 | 0.05 | 82.29 | 0.9 | 0.53 |
| Hex | A2 | F3 | 19 | 21 | 0 | 5A | 5 | 52 | 5A | 35 |
| Octal | 242 | 363 | 31 | 41 | 0 | 132 | 5 | 122 | 132 | 65 |
| Binary | 10100010 | 11110011 | 11001 | 100001 | 0 | 1011010 | 101 | 1010010 | 1011010 | 110101 |
Color Harmonies of #A2F319
Complementary color
Monochromatic Colors of #A2F319
Black with #A2F319
Text Example
Text Example
White with #A2F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F319; }
p { color: rgb(162,243,25); }
H1.HeaderClassName
{
color: #A2F319;
}
.AnyTagClassName
{
color: #A2F319;
}
</style>
background-color css
<style>
a { background-color: #A2F319; }
a { background-color: rgb(162,243,25); }
div.DivClassName
{
background-color: #A2F319;
}
.BgClassName
{
background-color: #A2F319;
}
</style>
border-color css
<style>
span { border-color: #A2F319; }
span { border-color: rgb(162,243,25); }
td.TdClassName
{
border-color: #A2F319;
}
.TagClassName
{
border-color: #A2F319;
}
</style>