Shades of Inch Worm #A1E628
Tints of Inch Worm #A1E628
RGB
CMYK
RGB Variations
Color information
#A1E628 (or 0xA1E628) is known color: Inch Worm. HEX triplet: A1, E6 and 28. RGB value is (161,230,40). Sum of RGB (Red+Green+Blue) = 161+230+40=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 230 (90.23% from 255 or 53.36% from 431); Blue value is 40 (16.02% from 255 or 9.28% from 431); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E628 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E628 is #5E19D7. Grayscale: #BCBCBC. Windows color (decimal): -6167000 or 2680481. OLE color: 2680481.
HSL color Cylindrical-coordinate representation of color #A1E628: hue angle of 81.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A1E628 is Cyan = 0.3, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 40 | - |
| CMYK | 0.3 | 0 | 0.83 | 0.10 |
| HSL | 81.79º | 0.79% | 0.53% | - |
| HSV(B) | 81.79º | 0.83% | 0.9% | - |
| XYZ | 43.38 | 64.32 | 12.14 | - |
| YUV | 187.71 | 44.64 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 40 | 0.3 | 0 | 0.83 | 0.10 | 81.79 | 0.79 | 0.53 |
| Hex | A1 | E6 | 28 | 1E | 0 | 53 | A | 52 | 4F | 35 |
| Octal | 241 | 346 | 50 | 36 | 0 | 123 | 12 | 122 | 117 | 65 |
| Binary | 10100001 | 11100110 | 101000 | 11110 | 0 | 1010011 | 1010 | 1010010 | 1001111 | 110101 |
Color Harmonies of #A1E628
Complementary color
Monochromatic Colors of #A1E628
Black with #A1E628
Text Example
Text Example
White with #A1E628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E628; }
p { color: rgb(161,230,40); }
H1.HeaderClassName
{
color: #A1E628;
}
.AnyTagClassName
{
color: #A1E628;
}
</style>
background-color css
<style>
a { background-color: #A1E628; }
a { background-color: rgb(161,230,40); }
div.DivClassName
{
background-color: #A1E628;
}
.BgClassName
{
background-color: #A1E628;
}
</style>
border-color css
<style>
span { border-color: #A1E628; }
span { border-color: rgb(161,230,40); }
td.TdClassName
{
border-color: #A1E628;
}
.TagClassName
{
border-color: #A1E628;
}
</style>