Shades of Inch Worm #A8D602
Tints of Inch Worm #A8D602
RGB
CMYK
RGB Variations
Color information
#A8D602 (or 0xA8D602) is known color: Inch Worm. HEX triplet: A8, D6 and 02. RGB value is (168,214,2). Sum of RGB (Red+Green+Blue) = 168+214+2=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 2 (1.17% from 255 or 0.52% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D602 is #5729FD. Grayscale: #B0B0B0. Windows color (decimal): -5712382 or 186024. OLE color: 186024.
HSL color Cylindrical-coordinate representation of color #A8D602: hue angle of 73.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8D602 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 214 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.16 |
| HSL | 73.02º | 0.98% | 0.42% | - |
| HSV(B) | 73.02º | 0.99% | 0.84% | - |
| XYZ | 40.21 | 56.42 | 8.83 | - |
| YUV | 176.08 | 29.76 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 214 | 2 | 0.21 | 0 | 0.99 | 0.16 | 73.02 | 0.98 | 0.42 |
| Hex | A8 | D6 | 2 | 15 | 0 | 63 | 10 | 49 | 62 | 2A |
| Octal | 250 | 326 | 2 | 25 | 0 | 143 | 20 | 111 | 142 | 52 |
| Binary | 10101000 | 11010110 | 10 | 10101 | 0 | 1100011 | 10000 | 1001001 | 1100010 | 101010 |
Color Harmonies of #A8D602
Complementary color
Monochromatic Colors of #A8D602
Black with #A8D602
Text Example
Text Example
White with #A8D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D602; }
p { color: rgb(168,214,2); }
H1.HeaderClassName
{
color: #A8D602;
}
.AnyTagClassName
{
color: #A8D602;
}
</style>
background-color css
<style>
a { background-color: #A8D602; }
a { background-color: rgb(168,214,2); }
div.DivClassName
{
background-color: #A8D602;
}
.BgClassName
{
background-color: #A8D602;
}
</style>
border-color css
<style>
span { border-color: #A8D602; }
span { border-color: rgb(168,214,2); }
td.TdClassName
{
border-color: #A8D602;
}
.TagClassName
{
border-color: #A8D602;
}
</style>