Shades of Inch Worm #ADDF00
Tints of Inch Worm #ADDF00
RGB
CMYK
RGB Variations
Color information
#ADDF00 (or 0xADDF00) is known color: Inch Worm. HEX triplet: AD, DF and 00. RGB value is (173,223,0). Sum of RGB (Red+Green+Blue) = 173+223+0=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF00 is #5220FF. Grayscale: #B7B7B7. Windows color (decimal): -5382400 or 57261. OLE color: 57261.
HSL color Cylindrical-coordinate representation of color #ADDF00: hue angle of 73.45º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ADDF00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.13 |
| HSL | 73.45º | 1% | 0.44% | - |
| HSV(B) | 73.45º | 1% | 0.87% | - |
| XYZ | 43.62 | 61.66 | 9.6 | - |
| YUV | 182.63 | 24.94 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 0 | 0.22 | 0 | 1 | 0.13 | 73.45 | 1 | 0.44 |
| Hex | AD | DF | 0 | 16 | 0 | 64 | D | 49 | 64 | 2C |
| Octal | 255 | 337 | 0 | 26 | 0 | 144 | 15 | 111 | 144 | 54 |
| Binary | 10101101 | 11011111 | 0 | 10110 | 0 | 1100100 | 1101 | 1001001 | 1100100 | 101100 |
Color Harmonies of #ADDF00
Complementary color
Monochromatic Colors of #ADDF00
Black with #ADDF00
Text Example
Text Example
White with #ADDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF00; }
p { color: rgb(173,223,0); }
H1.HeaderClassName
{
color: #ADDF00;
}
.AnyTagClassName
{
color: #ADDF00;
}
</style>
background-color css
<style>
a { background-color: #ADDF00; }
a { background-color: rgb(173,223,0); }
div.DivClassName
{
background-color: #ADDF00;
}
.BgClassName
{
background-color: #ADDF00;
}
</style>
border-color css
<style>
span { border-color: #ADDF00; }
span { border-color: rgb(173,223,0); }
td.TdClassName
{
border-color: #ADDF00;
}
.TagClassName
{
border-color: #ADDF00;
}
</style>