Shades of Inch Worm #ADDA05
Tints of Inch Worm #ADDA05
RGB
CMYK
RGB Variations
Color information
#ADDA05 (or 0xADDA05) is known color: Inch Worm. HEX triplet: AD, DA and 05. RGB value is (173,218,5). Sum of RGB (Red+Green+Blue) = 173+218+5=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDA05 is #5225FA. Grayscale: #B5B5B5. Windows color (decimal): -5383675 or 383661. OLE color: 383661.
HSL color Cylindrical-coordinate representation of color #ADDA05: hue angle of 72.68º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ADDA05 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 5 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.15 |
| HSL | 72.68º | 0.96% | 0.44% | - |
| HSV(B) | 72.68º | 0.98% | 0.85% | - |
| XYZ | 42.33 | 59.04 | 9.31 | - |
| YUV | 180.26 | 29.09 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 5 | 0.21 | 0 | 0.98 | 0.15 | 72.68 | 0.96 | 0.44 |
| Hex | AD | DA | 5 | 15 | 0 | 62 | F | 49 | 60 | 2C |
| Octal | 255 | 332 | 5 | 25 | 0 | 142 | 17 | 111 | 140 | 54 |
| Binary | 10101101 | 11011010 | 101 | 10101 | 0 | 1100010 | 1111 | 1001001 | 1100000 | 101100 |
Color Harmonies of #ADDA05
Complementary color
Monochromatic Colors of #ADDA05
Black with #ADDA05
Text Example
Text Example
White with #ADDA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA05; }
p { color: rgb(173,218,5); }
H1.HeaderClassName
{
color: #ADDA05;
}
.AnyTagClassName
{
color: #ADDA05;
}
</style>
background-color css
<style>
a { background-color: #ADDA05; }
a { background-color: rgb(173,218,5); }
div.DivClassName
{
background-color: #ADDA05;
}
.BgClassName
{
background-color: #ADDA05;
}
</style>
border-color css
<style>
span { border-color: #ADDA05; }
span { border-color: rgb(173,218,5); }
td.TdClassName
{
border-color: #ADDA05;
}
.TagClassName
{
border-color: #ADDA05;
}
</style>