Shades of Inch Worm #ADDC28
Tints of Inch Worm #ADDC28
RGB
CMYK
RGB Variations
Color information
#ADDC28 (or 0xADDC28) is known color: Inch Worm. HEX triplet: AD, DC and 28. RGB value is (173,220,40). Sum of RGB (Red+Green+Blue) = 173+220+40=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC28 is #5223D7. Grayscale: #BABABA. Windows color (decimal): -5383128 or 2677933. OLE color: 2677933.
HSL color Cylindrical-coordinate representation of color #ADDC28: hue angle of 75.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADDC28 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 40 | - |
| CMYK | 0.21 | 0 | 0.82 | 0.14 |
| HSL | 75.67º | 0.72% | 0.51% | - |
| HSV(B) | 75.67º | 0.82% | 0.86% | - |
| XYZ | 43.21 | 60.22 | 11.35 | - |
| YUV | 185.43 | 45.93 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 40 | 0.21 | 0 | 0.82 | 0.14 | 75.67 | 0.72 | 0.51 |
| Hex | AD | DC | 28 | 15 | 0 | 52 | E | 4C | 48 | 33 |
| Octal | 255 | 334 | 50 | 25 | 0 | 122 | 16 | 114 | 110 | 63 |
| Binary | 10101101 | 11011100 | 101000 | 10101 | 0 | 1010010 | 1110 | 1001100 | 1001000 | 110011 |
Color Harmonies of #ADDC28
Complementary color
Monochromatic Colors of #ADDC28
Black with #ADDC28
Text Example
Text Example
White with #ADDC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC28; }
p { color: rgb(173,220,40); }
H1.HeaderClassName
{
color: #ADDC28;
}
.AnyTagClassName
{
color: #ADDC28;
}
</style>
background-color css
<style>
a { background-color: #ADDC28; }
a { background-color: rgb(173,220,40); }
div.DivClassName
{
background-color: #ADDC28;
}
.BgClassName
{
background-color: #ADDC28;
}
</style>
border-color css
<style>
span { border-color: #ADDC28; }
span { border-color: rgb(173,220,40); }
td.TdClassName
{
border-color: #ADDC28;
}
.TagClassName
{
border-color: #ADDC28;
}
</style>