Shades of Inch Worm #ADDA1F
Tints of Inch Worm #ADDA1F
RGB
CMYK
RGB Variations
Color information
#ADDA1F (or 0xADDA1F) is known color: Inch Worm. HEX triplet: AD, DA and 1F. RGB value is (173,218,31). Sum of RGB (Red+Green+Blue) = 173+218+31=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 31 (12.5% from 255 or 7.35% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA1F is #5225E0. Grayscale: #B7B7B7. Windows color (decimal): -5383649 or 2087597. OLE color: 2087597.
HSL color Cylindrical-coordinate representation of color #ADDA1F: hue angle of 74.44º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADDA1F is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 31 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.15 |
| HSL | 74.44º | 0.75% | 0.49% | - |
| HSV(B) | 74.44º | 0.86% | 0.85% | - |
| XYZ | 42.55 | 59.13 | 10.47 | - |
| YUV | 183.23 | 42.09 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 31 | 0.21 | 0 | 0.86 | 0.15 | 74.44 | 0.75 | 0.49 |
| Hex | AD | DA | 1F | 15 | 0 | 56 | F | 4A | 4B | 31 |
| Octal | 255 | 332 | 37 | 25 | 0 | 126 | 17 | 112 | 113 | 61 |
| Binary | 10101101 | 11011010 | 11111 | 10101 | 0 | 1010110 | 1111 | 1001010 | 1001011 | 110001 |
Color Harmonies of #ADDA1F
Complementary color
Monochromatic Colors of #ADDA1F
Black with #ADDA1F
Text Example
Text Example
White with #ADDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA1F; }
p { color: rgb(173,218,31); }
H1.HeaderClassName
{
color: #ADDA1F;
}
.AnyTagClassName
{
color: #ADDA1F;
}
</style>
background-color css
<style>
a { background-color: #ADDA1F; }
a { background-color: rgb(173,218,31); }
div.DivClassName
{
background-color: #ADDA1F;
}
.BgClassName
{
background-color: #ADDA1F;
}
</style>
border-color css
<style>
span { border-color: #ADDA1F; }
span { border-color: rgb(173,218,31); }
td.TdClassName
{
border-color: #ADDA1F;
}
.TagClassName
{
border-color: #ADDA1F;
}
</style>