Shades of Inch Worm #A8DA06
Tints of Inch Worm #A8DA06
RGB
CMYK
RGB Variations
Color information
#A8DA06 (or 0xA8DA06) is known color: Inch Worm. HEX triplet: A8, DA and 06. RGB value is (168,218,6). Sum of RGB (Red+Green+Blue) = 168+218+6=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 218 (85.55% from 255 or 55.61% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 218 - color contains mainly: green. Hex color #A8DA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8DA06 is #5725F9. Grayscale: #B3B3B3. Windows color (decimal): -5711354 or 449192. OLE color: 449192.
HSL color Cylindrical-coordinate representation of color #A8DA06: hue angle of 74.15º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A8DA06 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 218 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.15 |
| HSL | 74.15º | 0.95% | 0.44% | - |
| HSV(B) | 74.15º | 0.97% | 0.85% | - |
| XYZ | 41.25 | 58.48 | 9.29 | - |
| YUV | 178.88 | 30.44 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 218 | 6 | 0.23 | 0 | 0.97 | 0.15 | 74.15 | 0.95 | 0.44 |
| Hex | A8 | DA | 6 | 17 | 0 | 61 | F | 4A | 5F | 2C |
| Octal | 250 | 332 | 6 | 27 | 0 | 141 | 17 | 112 | 137 | 54 |
| Binary | 10101000 | 11011010 | 110 | 10111 | 0 | 1100001 | 1111 | 1001010 | 1011111 | 101100 |
Color Harmonies of #A8DA06
Complementary color
Monochromatic Colors of #A8DA06
Black with #A8DA06
Text Example
Text Example
White with #A8DA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DA06; }
p { color: rgb(168,218,6); }
H1.HeaderClassName
{
color: #A8DA06;
}
.AnyTagClassName
{
color: #A8DA06;
}
</style>
background-color css
<style>
a { background-color: #A8DA06; }
a { background-color: rgb(168,218,6); }
div.DivClassName
{
background-color: #A8DA06;
}
.BgClassName
{
background-color: #A8DA06;
}
</style>
border-color css
<style>
span { border-color: #A8DA06; }
span { border-color: rgb(168,218,6); }
td.TdClassName
{
border-color: #A8DA06;
}
.TagClassName
{
border-color: #A8DA06;
}
</style>