Shades of Inch Worm #ADDD08
Tints of Inch Worm #ADDD08
RGB
CMYK
RGB Variations
Color information
#ADDD08 (or 0xADDD08) is known color: Inch Worm. HEX triplet: AD, DD and 08. RGB value is (173,221,8). Sum of RGB (Red+Green+Blue) = 173+221+8=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDD08 is #5222F7. Grayscale: #B7B7B7. Windows color (decimal): -5382904 or 581037. OLE color: 581037.
HSL color Cylindrical-coordinate representation of color #ADDD08: hue angle of 73.52º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADDD08 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 8 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.13 |
| HSL | 73.52º | 0.93% | 0.45% | - |
| HSV(B) | 73.52º | 0.96% | 0.87% | - |
| XYZ | 43.13 | 60.61 | 9.66 | - |
| YUV | 182.37 | 29.6 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 8 | 0.22 | 0 | 0.96 | 0.13 | 73.52 | 0.93 | 0.45 |
| Hex | AD | DD | 8 | 16 | 0 | 60 | D | 4A | 5D | 2D |
| Octal | 255 | 335 | 10 | 26 | 0 | 140 | 15 | 112 | 135 | 55 |
| Binary | 10101101 | 11011101 | 1000 | 10110 | 0 | 1100000 | 1101 | 1001010 | 1011101 | 101101 |
Color Harmonies of #ADDD08
Complementary color
Monochromatic Colors of #ADDD08
Black with #ADDD08
Text Example
Text Example
White with #ADDD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD08; }
p { color: rgb(173,221,8); }
H1.HeaderClassName
{
color: #ADDD08;
}
.AnyTagClassName
{
color: #ADDD08;
}
</style>
background-color css
<style>
a { background-color: #ADDD08; }
a { background-color: rgb(173,221,8); }
div.DivClassName
{
background-color: #ADDD08;
}
.BgClassName
{
background-color: #ADDD08;
}
</style>
border-color css
<style>
span { border-color: #ADDD08; }
span { border-color: rgb(173,221,8); }
td.TdClassName
{
border-color: #ADDD08;
}
.TagClassName
{
border-color: #ADDD08;
}
</style>