Shades of Inch Worm #A8D506
Tints of Inch Worm #A8D506
RGB
CMYK
RGB Variations
Color information
#A8D506 (or 0xA8D506) is known color: Inch Worm. HEX triplet: A8, D5 and 06. RGB value is (168,213,6). Sum of RGB (Red+Green+Blue) = 168+213+6=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D506 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D506 is #572AF9. Grayscale: #B0B0B0. Windows color (decimal): -5712634 or 447912. OLE color: 447912.
HSL color Cylindrical-coordinate representation of color #A8D506: hue angle of 73.04º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8D506 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 213 | 6 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.16 |
| HSL | 73.04º | 0.95% | 0.43% | - |
| HSV(B) | 73.04º | 0.97% | 0.84% | - |
| XYZ | 39.98 | 55.93 | 8.86 | - |
| YUV | 175.95 | 32.09 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 213 | 6 | 0.21 | 0 | 0.97 | 0.16 | 73.04 | 0.95 | 0.43 |
| Hex | A8 | D5 | 6 | 15 | 0 | 61 | 10 | 49 | 5F | 2B |
| Octal | 250 | 325 | 6 | 25 | 0 | 141 | 20 | 111 | 137 | 53 |
| Binary | 10101000 | 11010101 | 110 | 10101 | 0 | 1100001 | 10000 | 1001001 | 1011111 | 101011 |
Color Harmonies of #A8D506
Complementary color
Monochromatic Colors of #A8D506
Black with #A8D506
Text Example
Text Example
White with #A8D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D506; }
p { color: rgb(168,213,6); }
H1.HeaderClassName
{
color: #A8D506;
}
.AnyTagClassName
{
color: #A8D506;
}
</style>
background-color css
<style>
a { background-color: #A8D506; }
a { background-color: rgb(168,213,6); }
div.DivClassName
{
background-color: #A8D506;
}
.BgClassName
{
background-color: #A8D506;
}
</style>
border-color css
<style>
span { border-color: #A8D506; }
span { border-color: rgb(168,213,6); }
td.TdClassName
{
border-color: #A8D506;
}
.TagClassName
{
border-color: #A8D506;
}
</style>