Shades of Inch Worm #ADDB06
Tints of Inch Worm #ADDB06
RGB
CMYK
RGB Variations
Color information
#ADDB06 (or 0xADDB06) is known color: Inch Worm. HEX triplet: AD, DB and 06. RGB value is (173,219,6). Sum of RGB (Red+Green+Blue) = 173+219+6=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDB06 is #5224F9. Grayscale: #B5B5B5. Windows color (decimal): -5383418 or 449453. OLE color: 449453.
HSL color Cylindrical-coordinate representation of color #ADDB06: hue angle of 72.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ADDB06 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 6 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.14 |
| HSL | 72.96º | 0.95% | 0.44% | - |
| HSV(B) | 72.96º | 0.97% | 0.86% | - |
| XYZ | 42.6 | 59.56 | 9.42 | - |
| YUV | 180.96 | 29.26 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 6 | 0.21 | 0 | 0.97 | 0.14 | 72.96 | 0.95 | 0.44 |
| Hex | AD | DB | 6 | 15 | 0 | 61 | E | 49 | 5F | 2C |
| Octal | 255 | 333 | 6 | 25 | 0 | 141 | 16 | 111 | 137 | 54 |
| Binary | 10101101 | 11011011 | 110 | 10101 | 0 | 1100001 | 1110 | 1001001 | 1011111 | 101100 |
Color Harmonies of #ADDB06
Complementary color
Monochromatic Colors of #ADDB06
Black with #ADDB06
Text Example
Text Example
White with #ADDB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB06; }
p { color: rgb(173,219,6); }
H1.HeaderClassName
{
color: #ADDB06;
}
.AnyTagClassName
{
color: #ADDB06;
}
</style>
background-color css
<style>
a { background-color: #ADDB06; }
a { background-color: rgb(173,219,6); }
div.DivClassName
{
background-color: #ADDB06;
}
.BgClassName
{
background-color: #ADDB06;
}
</style>
border-color css
<style>
span { border-color: #ADDB06; }
span { border-color: rgb(173,219,6); }
td.TdClassName
{
border-color: #ADDB06;
}
.TagClassName
{
border-color: #ADDB06;
}
</style>