Shades of Inch Worm #A8E103
Tints of Inch Worm #A8E103
RGB
CMYK
RGB Variations
Color information
#A8E103 (or 0xA8E103) is known color: Inch Worm. HEX triplet: A8, E1 and 03. RGB value is (168,225,3). Sum of RGB (Red+Green+Blue) = 168+225+3=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 3 (1.56% from 255 or 0.76% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8E103 is #571EFC. Grayscale: #B7B7B7. Windows color (decimal): -5709565 or 254376. OLE color: 254376.
HSL color Cylindrical-coordinate representation of color #A8E103: hue angle of 75.41º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8E103 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.12 |
| HSL | 75.41º | 0.97% | 0.45% | - |
| HSV(B) | 75.41º | 0.99% | 0.88% | - |
| XYZ | 43.09 | 62.18 | 9.82 | - |
| YUV | 182.65 | 26.62 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 3 | 0.25 | 0 | 0.99 | 0.12 | 75.41 | 0.97 | 0.45 |
| Hex | A8 | E1 | 3 | 19 | 0 | 63 | C | 4B | 61 | 2D |
| Octal | 250 | 341 | 3 | 31 | 0 | 143 | 14 | 113 | 141 | 55 |
| Binary | 10101000 | 11100001 | 11 | 11001 | 0 | 1100011 | 1100 | 1001011 | 1100001 | 101101 |
Color Harmonies of #A8E103
Complementary color
Monochromatic Colors of #A8E103
Black with #A8E103
Text Example
Text Example
White with #A8E103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E103; }
p { color: rgb(168,225,3); }
H1.HeaderClassName
{
color: #A8E103;
}
.AnyTagClassName
{
color: #A8E103;
}
</style>
background-color css
<style>
a { background-color: #A8E103; }
a { background-color: rgb(168,225,3); }
div.DivClassName
{
background-color: #A8E103;
}
.BgClassName
{
background-color: #A8E103;
}
</style>
border-color css
<style>
span { border-color: #A8E103; }
span { border-color: rgb(168,225,3); }
td.TdClassName
{
border-color: #A8E103;
}
.TagClassName
{
border-color: #A8E103;
}
</style>