Shades of Inch Worm #A8E62A
Tints of Inch Worm #A8E62A
RGB
CMYK
RGB Variations
Color information
#A8E62A (or 0xA8E62A) is known color: Inch Worm. HEX triplet: A8, E6 and 2A. RGB value is (168,230,42). Sum of RGB (Red+Green+Blue) = 168+230+42=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 230 (90.23% from 255 or 52.27% from 440); Blue value is 42 (16.80% from 255 or 9.55% from 440); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E62A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E62A is #5719D5. Grayscale: #BEBEBE. Windows color (decimal): -5708246 or 2811560. OLE color: 2811560.
HSL color Cylindrical-coordinate representation of color #A8E62A: hue angle of 79.79º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8E62A is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 42 | - |
| CMYK | 0.27 | 0 | 0.82 | 0.10 |
| HSL | 79.79º | 0.79% | 0.53% | - |
| HSV(B) | 79.79º | 0.82% | 0.9% | - |
| XYZ | 44.86 | 65.09 | 12.39 | - |
| YUV | 190.03 | 44.46 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 42 | 0.27 | 0 | 0.82 | 0.10 | 79.79 | 0.79 | 0.53 |
| Hex | A8 | E6 | 2A | 1B | 0 | 52 | A | 50 | 4F | 35 |
| Octal | 250 | 346 | 52 | 33 | 0 | 122 | 12 | 120 | 117 | 65 |
| Binary | 10101000 | 11100110 | 101010 | 11011 | 0 | 1010010 | 1010 | 1010000 | 1001111 | 110101 |
Color Harmonies of #A8E62A
Complementary color
Monochromatic Colors of #A8E62A
Black with #A8E62A
Text Example
Text Example
White with #A8E62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E62A; }
p { color: rgb(168,230,42); }
H1.HeaderClassName
{
color: #A8E62A;
}
.AnyTagClassName
{
color: #A8E62A;
}
</style>
background-color css
<style>
a { background-color: #A8E62A; }
a { background-color: rgb(168,230,42); }
div.DivClassName
{
background-color: #A8E62A;
}
.BgClassName
{
background-color: #A8E62A;
}
</style>
border-color css
<style>
span { border-color: #A8E62A; }
span { border-color: rgb(168,230,42); }
td.TdClassName
{
border-color: #A8E62A;
}
.TagClassName
{
border-color: #A8E62A;
}
</style>