Shades of Inch Worm #A8E61B
Tints of Inch Worm #A8E61B
RGB
CMYK
RGB Variations
Color information
#A8E61B (or 0xA8E61B) is known color: Inch Worm. HEX triplet: A8, E6 and 1B. RGB value is (168,230,27). Sum of RGB (Red+Green+Blue) = 168+230+27=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 27 (10.94% from 255 or 6.35% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E61B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E61B is #5719E4. Grayscale: #BDBDBD. Windows color (decimal): -5708261 or 1828520. OLE color: 1828520.
HSL color Cylindrical-coordinate representation of color #A8E61B: hue angle of 78.33º 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 #A8E61B is Cyan = 0.27, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 27 | - |
| CMYK | 0.27 | 0 | 0.88 | 0.10 |
| HSL | 78.33º | 0.8% | 0.5% | - |
| HSV(B) | 78.33º | 0.88% | 0.9% | - |
| XYZ | 44.64 | 65 | 11.23 | - |
| YUV | 188.32 | 36.96 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 27 | 0.27 | 0 | 0.88 | 0.10 | 78.33 | 0.8 | 0.5 |
| Hex | A8 | E6 | 1B | 1B | 0 | 58 | A | 4E | 50 | 32 |
| Octal | 250 | 346 | 33 | 33 | 0 | 130 | 12 | 116 | 120 | 62 |
| Binary | 10101000 | 11100110 | 11011 | 11011 | 0 | 1011000 | 1010 | 1001110 | 1010000 | 110010 |
Color Harmonies of #A8E61B
Complementary color
Monochromatic Colors of #A8E61B
Black with #A8E61B
Text Example
Text Example
White with #A8E61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E61B; }
p { color: rgb(168,230,27); }
H1.HeaderClassName
{
color: #A8E61B;
}
.AnyTagClassName
{
color: #A8E61B;
}
</style>
background-color css
<style>
a { background-color: #A8E61B; }
a { background-color: rgb(168,230,27); }
div.DivClassName
{
background-color: #A8E61B;
}
.BgClassName
{
background-color: #A8E61B;
}
</style>
border-color css
<style>
span { border-color: #A8E61B; }
span { border-color: rgb(168,230,27); }
td.TdClassName
{
border-color: #A8E61B;
}
.TagClassName
{
border-color: #A8E61B;
}
</style>