Shades of Inch Worm #A8DF1D
Tints of Inch Worm #A8DF1D
RGB
CMYK
RGB Variations
Color information
#A8DF1D (or 0xA8DF1D) is known color: Inch Worm. HEX triplet: A8, DF and 1D. RGB value is (168,223,29). Sum of RGB (Red+Green+Blue) = 168+223+29=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 223 (87.5% from 255 or 53.10% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF1D is #5720E2. Grayscale: #B9B9B9. Windows color (decimal): -5710051 or 1957800. OLE color: 1957800.
HSL color Cylindrical-coordinate representation of color #A8DF1D: hue angle of 77.01º degrees, saturation: 0.77, 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 #A8DF1D is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 29 | - |
| CMYK | 0.25 | 0 | 0.87 | 0.13 |
| HSL | 77.01º | 0.77% | 0.49% | - |
| HSV(B) | 77.01º | 0.87% | 0.87% | - |
| XYZ | 42.76 | 61.19 | 10.72 | - |
| YUV | 184.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 29 | 0.25 | 0 | 0.87 | 0.13 | 77.01 | 0.77 | 0.49 |
| Hex | A8 | DF | 1D | 19 | 0 | 57 | D | 4D | 4D | 31 |
| Octal | 250 | 337 | 35 | 31 | 0 | 127 | 15 | 115 | 115 | 61 |
| Binary | 10101000 | 11011111 | 11101 | 11001 | 0 | 1010111 | 1101 | 1001101 | 1001101 | 110001 |
Color Harmonies of #A8DF1D
Complementary color
Monochromatic Colors of #A8DF1D
Black with #A8DF1D
Text Example
Text Example
White with #A8DF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF1D; }
p { color: rgb(168,223,29); }
H1.HeaderClassName
{
color: #A8DF1D;
}
.AnyTagClassName
{
color: #A8DF1D;
}
</style>
background-color css
<style>
a { background-color: #A8DF1D; }
a { background-color: rgb(168,223,29); }
div.DivClassName
{
background-color: #A8DF1D;
}
.BgClassName
{
background-color: #A8DF1D;
}
</style>
border-color css
<style>
span { border-color: #A8DF1D; }
span { border-color: rgb(168,223,29); }
td.TdClassName
{
border-color: #A8DF1D;
}
.TagClassName
{
border-color: #A8DF1D;
}
</style>