Shades of Inch Worm #A8DF22
Tints of Inch Worm #A8DF22
RGB
CMYK
RGB Variations
Color information
#A8DF22 (or 0xA8DF22) is known color: Inch Worm. HEX triplet: A8, DF and 22. RGB value is (168,223,34). Sum of RGB (Red+Green+Blue) = 168+223+34=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DF22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8DF22 is #5720DD. Grayscale: #B9B9B9. Windows color (decimal): -5710046 or 2285480. OLE color: 2285480.
HSL color Cylindrical-coordinate representation of color #A8DF22: hue angle of 77.46º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8DF22 is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 223 | 34 | - |
| CMYK | 0.25 | 0 | 0.85 | 0.13 |
| HSL | 77.46º | 0.75% | 0.5% | - |
| HSV(B) | 77.46º | 0.85% | 0.87% | - |
| XYZ | 42.82 | 61.22 | 11.07 | - |
| YUV | 185.01 | 42.78 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 34 | 0.25 | 0 | 0.85 | 0.13 | 77.46 | 0.75 | 0.5 |
| Hex | A8 | DF | 22 | 19 | 0 | 55 | D | 4D | 4B | 32 |
| Octal | 250 | 337 | 42 | 31 | 0 | 125 | 15 | 115 | 113 | 62 |
| Binary | 10101000 | 11011111 | 100010 | 11001 | 0 | 1010101 | 1101 | 1001101 | 1001011 | 110010 |
Color Harmonies of #A8DF22
Complementary color
Monochromatic Colors of #A8DF22
Black with #A8DF22
Text Example
Text Example
White with #A8DF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DF22; }
p { color: rgb(168,223,34); }
H1.HeaderClassName
{
color: #A8DF22;
}
.AnyTagClassName
{
color: #A8DF22;
}
</style>
background-color css
<style>
a { background-color: #A8DF22; }
a { background-color: rgb(168,223,34); }
div.DivClassName
{
background-color: #A8DF22;
}
.BgClassName
{
background-color: #A8DF22;
}
</style>
border-color css
<style>
span { border-color: #A8DF22; }
span { border-color: rgb(168,223,34); }
td.TdClassName
{
border-color: #A8DF22;
}
.TagClassName
{
border-color: #A8DF22;
}
</style>