Shades of Inch Worm #ADDC1F
Tints of Inch Worm #ADDC1F
RGB
CMYK
RGB Variations
Color information
#ADDC1F (or 0xADDC1F) is known color: Inch Worm. HEX triplet: AD, DC and 1F. RGB value is (173,220,31). Sum of RGB (Red+Green+Blue) = 173+220+31=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 220 (86.33% from 255 or 51.89% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDC1F is #5223E0. Grayscale: #B9B9B9. Windows color (decimal): -5383137 or 2088109. OLE color: 2088109.
HSL color Cylindrical-coordinate representation of color #ADDC1F: hue angle of 74.92º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADDC1F is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 220 | 31 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.14 |
| HSL | 74.92º | 0.75% | 0.49% | - |
| HSV(B) | 74.92º | 0.86% | 0.86% | - |
| XYZ | 43.07 | 60.17 | 10.64 | - |
| YUV | 184.4 | 41.43 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 220 | 31 | 0.21 | 0 | 0.86 | 0.14 | 74.92 | 0.75 | 0.49 |
| Hex | AD | DC | 1F | 15 | 0 | 56 | E | 4B | 4B | 31 |
| Octal | 255 | 334 | 37 | 25 | 0 | 126 | 16 | 113 | 113 | 61 |
| Binary | 10101101 | 11011100 | 11111 | 10101 | 0 | 1010110 | 1110 | 1001011 | 1001011 | 110001 |
Color Harmonies of #ADDC1F
Complementary color
Monochromatic Colors of #ADDC1F
Black with #ADDC1F
Text Example
Text Example
White with #ADDC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDC1F; }
p { color: rgb(173,220,31); }
H1.HeaderClassName
{
color: #ADDC1F;
}
.AnyTagClassName
{
color: #ADDC1F;
}
</style>
background-color css
<style>
a { background-color: #ADDC1F; }
a { background-color: rgb(173,220,31); }
div.DivClassName
{
background-color: #ADDC1F;
}
.BgClassName
{
background-color: #ADDC1F;
}
</style>
border-color css
<style>
span { border-color: #ADDC1F; }
span { border-color: rgb(173,220,31); }
td.TdClassName
{
border-color: #ADDC1F;
}
.TagClassName
{
border-color: #ADDC1F;
}
</style>