Shades of Inch Worm #ADDC08
Tints of Inch Worm #ADDC08
RGB
CMYK
RGB Variations
Color information
#ADDC08 (or 0xADDC08) is known color: Inch Worm. HEX triplet: AD, DC and 08. RGB value is (173,220,8). Sum of RGB (Red+Green+Blue) = 173+220+8=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDC08 is #5223F7. Grayscale: #B6B6B6. Windows color (decimal): -5383160 or 580781. OLE color: 580781.
HSL color Cylindrical-coordinate representation of color #ADDC08: hue angle of 73.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADDC08 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 8 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.14 |
| HSL | 73.3º | 0.93% | 0.45% | - |
| HSV(B) | 73.3º | 0.96% | 0.86% | - |
| XYZ | 42.87 | 60.09 | 9.57 | - |
| YUV | 181.78 | 29.93 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 8 | 0.21 | 0 | 0.96 | 0.14 | 73.3 | 0.93 | 0.45 |
| Hex | AD | DC | 8 | 15 | 0 | 60 | E | 49 | 5D | 2D |
| Octal | 255 | 334 | 10 | 25 | 0 | 140 | 16 | 111 | 135 | 55 |
| Binary | 10101101 | 11011100 | 1000 | 10101 | 0 | 1100000 | 1110 | 1001001 | 1011101 | 101101 |
Color Harmonies of #ADDC08
Complementary color
Monochromatic Colors of #ADDC08
Black with #ADDC08
Text Example
Text Example
White with #ADDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC08; }
p { color: rgb(173,220,8); }
H1.HeaderClassName
{
color: #ADDC08;
}
.AnyTagClassName
{
color: #ADDC08;
}
</style>
background-color css
<style>
a { background-color: #ADDC08; }
a { background-color: rgb(173,220,8); }
div.DivClassName
{
background-color: #ADDC08;
}
.BgClassName
{
background-color: #ADDC08;
}
</style>
border-color css
<style>
span { border-color: #ADDC08; }
span { border-color: rgb(173,220,8); }
td.TdClassName
{
border-color: #ADDC08;
}
.TagClassName
{
border-color: #ADDC08;
}
</style>