Shades of Inch Worm #A8E51B
Tints of Inch Worm #A8E51B
RGB
CMYK
RGB Variations
Color information
#A8E51B (or 0xA8E51B) is known color: Inch Worm. HEX triplet: A8, E5 and 1B. RGB value is (168,229,27). Sum of RGB (Red+Green+Blue) = 168+229+27=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 229 (89.84% from 255 or 54.01% from 424); Blue value is 27 (10.94% from 255 or 6.37% from 424); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8E51B is #571AE4. Grayscale: #BCBCBC. Windows color (decimal): -5708517 or 1828264. OLE color: 1828264.
HSL color Cylindrical-coordinate representation of color #A8E51B: hue angle of 78.12º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8E51B is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 27 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.10 |
| HSL | 78.12º | 0.8% | 0.5% | - |
| HSV(B) | 78.12º | 0.88% | 0.9% | - |
| XYZ | 44.37 | 64.44 | 11.14 | - |
| YUV | 187.73 | 37.29 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 27 | 0.27 | 0 | 0.88 | 0.10 | 78.12 | 0.8 | 0.5 |
| Hex | A8 | E5 | 1B | 1B | 0 | 58 | A | 4E | 50 | 32 |
| Octal | 250 | 345 | 33 | 33 | 0 | 130 | 12 | 116 | 120 | 62 |
| Binary | 10101000 | 11100101 | 11011 | 11011 | 0 | 1011000 | 1010 | 1001110 | 1010000 | 110010 |
Color Harmonies of #A8E51B
Complementary color
Monochromatic Colors of #A8E51B
Black with #A8E51B
Text Example
Text Example
White with #A8E51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E51B; }
p { color: rgb(168,229,27); }
H1.HeaderClassName
{
color: #A8E51B;
}
.AnyTagClassName
{
color: #A8E51B;
}
</style>
background-color css
<style>
a { background-color: #A8E51B; }
a { background-color: rgb(168,229,27); }
div.DivClassName
{
background-color: #A8E51B;
}
.BgClassName
{
background-color: #A8E51B;
}
</style>
border-color css
<style>
span { border-color: #A8E51B; }
span { border-color: rgb(168,229,27); }
td.TdClassName
{
border-color: #A8E51B;
}
.TagClassName
{
border-color: #A8E51B;
}
</style>