Shades of Inch Worm #ADDF0C
Tints of Inch Worm #ADDF0C
RGB
CMYK
RGB Variations
Color information
#ADDF0C (or 0xADDF0C) is known color: Inch Worm. HEX triplet: AD, DF and 0C. RGB value is (173,223,12). Sum of RGB (Red+Green+Blue) = 173+223+12=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF0C is #5220F3. Grayscale: #B8B8B8. Windows color (decimal): -5382388 or 843693. OLE color: 843693.
HSL color Cylindrical-coordinate representation of color #ADDF0C: hue angle of 74.22º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADDF0C is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 12 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.13 |
| HSL | 74.22º | 0.9% | 0.46% | - |
| HSV(B) | 74.22º | 0.95% | 0.87% | - |
| XYZ | 43.69 | 61.69 | 9.95 | - |
| YUV | 184 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 12 | 0.22 | 0 | 0.95 | 0.13 | 74.22 | 0.9 | 0.46 |
| Hex | AD | DF | C | 16 | 0 | 5F | D | 4A | 5A | 2E |
| Octal | 255 | 337 | 14 | 26 | 0 | 137 | 15 | 112 | 132 | 56 |
| Binary | 10101101 | 11011111 | 1100 | 10110 | 0 | 1011111 | 1101 | 1001010 | 1011010 | 101110 |
Color Harmonies of #ADDF0C
Complementary color
Monochromatic Colors of #ADDF0C
Black with #ADDF0C
Text Example
Text Example
White with #ADDF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF0C; }
p { color: rgb(173,223,12); }
H1.HeaderClassName
{
color: #ADDF0C;
}
.AnyTagClassName
{
color: #ADDF0C;
}
</style>
background-color css
<style>
a { background-color: #ADDF0C; }
a { background-color: rgb(173,223,12); }
div.DivClassName
{
background-color: #ADDF0C;
}
.BgClassName
{
background-color: #ADDF0C;
}
</style>
border-color css
<style>
span { border-color: #ADDF0C; }
span { border-color: rgb(173,223,12); }
td.TdClassName
{
border-color: #ADDF0C;
}
.TagClassName
{
border-color: #ADDF0C;
}
</style>