Shades of Inch Worm #A8DF0C
Tints of Inch Worm #A8DF0C
RGB
CMYK
RGB Variations
Color information
#A8DF0C (or 0xA8DF0C) is known color: Inch Worm. HEX triplet: A8, DF and 0C. RGB value is (168,223,12). Sum of RGB (Red+Green+Blue) = 168+223+12=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 12 (5.08% from 255 or 2.98% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DF0C is #5720F3. Grayscale: #B7B7B7. Windows color (decimal): -5710068 or 843688. OLE color: 843688.
HSL color Cylindrical-coordinate representation of color #A8DF0C: hue angle of 75.64º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8DF0C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.13 |
| HSL | 75.64º | 0.9% | 0.46% | - |
| HSV(B) | 75.64º | 0.95% | 0.87% | - |
| XYZ | 42.6 | 61.13 | 9.9 | - |
| YUV | 182.5 | 31.78 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 12 | 0.25 | 0 | 0.95 | 0.13 | 75.64 | 0.9 | 0.46 |
| Hex | A8 | DF | C | 19 | 0 | 5F | D | 4C | 5A | 2E |
| Octal | 250 | 337 | 14 | 31 | 0 | 137 | 15 | 114 | 132 | 56 |
| Binary | 10101000 | 11011111 | 1100 | 11001 | 0 | 1011111 | 1101 | 1001100 | 1011010 | 101110 |
Color Harmonies of #A8DF0C
Complementary color
Monochromatic Colors of #A8DF0C
Black with #A8DF0C
Text Example
Text Example
White with #A8DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF0C; }
p { color: rgb(168,223,12); }
H1.HeaderClassName
{
color: #A8DF0C;
}
.AnyTagClassName
{
color: #A8DF0C;
}
</style>
background-color css
<style>
a { background-color: #A8DF0C; }
a { background-color: rgb(168,223,12); }
div.DivClassName
{
background-color: #A8DF0C;
}
.BgClassName
{
background-color: #A8DF0C;
}
</style>
border-color css
<style>
span { border-color: #A8DF0C; }
span { border-color: rgb(168,223,12); }
td.TdClassName
{
border-color: #A8DF0C;
}
.TagClassName
{
border-color: #A8DF0C;
}
</style>