Shades of Inch Worm #A8DA02
Tints of Inch Worm #A8DA02
RGB
CMYK
RGB Variations
Color information
#A8DA02 (or 0xA8DA02) is known color: Inch Worm. HEX triplet: A8, DA and 02. RGB value is (168,218,2). Sum of RGB (Red+Green+Blue) = 168+218+2=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DA02 is #5725FD. Grayscale: #B3B3B3. Windows color (decimal): -5711358 or 187048. OLE color: 187048.
HSL color Cylindrical-coordinate representation of color #A8DA02: hue angle of 73.89º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8DA02 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 2 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.15 |
| HSL | 73.89º | 0.98% | 0.43% | - |
| HSV(B) | 73.89º | 0.99% | 0.85% | - |
| XYZ | 41.23 | 58.47 | 9.17 | - |
| YUV | 178.43 | 28.44 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 2 | 0.23 | 0 | 0.99 | 0.15 | 73.89 | 0.98 | 0.43 |
| Hex | A8 | DA | 2 | 17 | 0 | 63 | F | 4A | 62 | 2B |
| Octal | 250 | 332 | 2 | 27 | 0 | 143 | 17 | 112 | 142 | 53 |
| Binary | 10101000 | 11011010 | 10 | 10111 | 0 | 1100011 | 1111 | 1001010 | 1100010 | 101011 |
Color Harmonies of #A8DA02
Complementary color
Monochromatic Colors of #A8DA02
Black with #A8DA02
Text Example
Text Example
White with #A8DA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA02; }
p { color: rgb(168,218,2); }
H1.HeaderClassName
{
color: #A8DA02;
}
.AnyTagClassName
{
color: #A8DA02;
}
</style>
background-color css
<style>
a { background-color: #A8DA02; }
a { background-color: rgb(168,218,2); }
div.DivClassName
{
background-color: #A8DA02;
}
.BgClassName
{
background-color: #A8DA02;
}
</style>
border-color css
<style>
span { border-color: #A8DA02; }
span { border-color: rgb(168,218,2); }
td.TdClassName
{
border-color: #A8DA02;
}
.TagClassName
{
border-color: #A8DA02;
}
</style>