Shades of Inch Worm #A8DF1C
Tints of Inch Worm #A8DF1C
RGB
CMYK
RGB Variations
Color information
#A8DF1C (or 0xA8DF1C) is known color: Inch Worm. HEX triplet: A8, DF and 1C. RGB value is (168,223,28). Sum of RGB (Red+Green+Blue) = 168+223+28=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF1C is #5720E3. Grayscale: #B9B9B9. Windows color (decimal): -5710052 or 1892264. OLE color: 1892264.
HSL color Cylindrical-coordinate representation of color #A8DF1C: hue angle of 76.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8DF1C is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 28 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.13 |
| HSL | 76.92º | 0.78% | 0.49% | - |
| HSV(B) | 76.92º | 0.87% | 0.87% | - |
| XYZ | 42.75 | 61.18 | 10.66 | - |
| YUV | 184.33 | 39.78 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 28 | 0.25 | 0 | 0.87 | 0.13 | 76.92 | 0.78 | 0.49 |
| Hex | A8 | DF | 1C | 19 | 0 | 57 | D | 4D | 4E | 31 |
| Octal | 250 | 337 | 34 | 31 | 0 | 127 | 15 | 115 | 116 | 61 |
| Binary | 10101000 | 11011111 | 11100 | 11001 | 0 | 1010111 | 1101 | 1001101 | 1001110 | 110001 |
Color Harmonies of #A8DF1C
Complementary color
Monochromatic Colors of #A8DF1C
Black with #A8DF1C
Text Example
Text Example
White with #A8DF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF1C; }
p { color: rgb(168,223,28); }
H1.HeaderClassName
{
color: #A8DF1C;
}
.AnyTagClassName
{
color: #A8DF1C;
}
</style>
background-color css
<style>
a { background-color: #A8DF1C; }
a { background-color: rgb(168,223,28); }
div.DivClassName
{
background-color: #A8DF1C;
}
.BgClassName
{
background-color: #A8DF1C;
}
</style>
border-color css
<style>
span { border-color: #A8DF1C; }
span { border-color: rgb(168,223,28); }
td.TdClassName
{
border-color: #A8DF1C;
}
.TagClassName
{
border-color: #A8DF1C;
}
</style>