Shades of Inch Worm #ADED0D
Tints of Inch Worm #ADED0D
RGB
CMYK
RGB Variations
Color information
#ADED0D (or 0xADED0D) is known color: Inch Worm. HEX triplet: AD, ED and 0D. RGB value is (173,237,13). Sum of RGB (Red+Green+Blue) = 173+237+13=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 13 (5.47% from 255 or 3.07% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #ADED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADED0D is #5212F2. Grayscale: #C1C1C1. Windows color (decimal): -5378803 or 912813. OLE color: 912813.
HSL color Cylindrical-coordinate representation of color #ADED0D: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADED0D is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 237 | 13 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.07 |
| HSL | 77.14º | 0.9% | 0.49% | - |
| HSV(B) | 77.14º | 0.95% | 0.93% | - |
| XYZ | 47.59 | 69.48 | 11.28 | - |
| YUV | 192.33 | 26.8 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 237 | 13 | 0.27 | 0 | 0.95 | 0.07 | 77.14 | 0.9 | 0.49 |
| Hex | AD | ED | D | 1B | 0 | 5F | 7 | 4D | 5A | 31 |
| Octal | 255 | 355 | 15 | 33 | 0 | 137 | 7 | 115 | 132 | 61 |
| Binary | 10101101 | 11101101 | 1101 | 11011 | 0 | 1011111 | 111 | 1001101 | 1011010 | 110001 |
Color Harmonies of #ADED0D
Complementary color
Monochromatic Colors of #ADED0D
Black with #ADED0D
Text Example
Text Example
White with #ADED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADED0D; }
p { color: rgb(173,237,13); }
H1.HeaderClassName
{
color: #ADED0D;
}
.AnyTagClassName
{
color: #ADED0D;
}
</style>
background-color css
<style>
a { background-color: #ADED0D; }
a { background-color: rgb(173,237,13); }
div.DivClassName
{
background-color: #ADED0D;
}
.BgClassName
{
background-color: #ADED0D;
}
</style>
border-color css
<style>
span { border-color: #ADED0D; }
span { border-color: rgb(173,237,13); }
td.TdClassName
{
border-color: #ADED0D;
}
.TagClassName
{
border-color: #ADED0D;
}
</style>