Shades of Inch Worm #ADDA1E
Tints of Inch Worm #ADDA1E
RGB
CMYK
RGB Variations
Color information
#ADDA1E (or 0xADDA1E) is known color: Inch Worm. HEX triplet: AD, DA and 1E. RGB value is (173,218,30). Sum of RGB (Red+Green+Blue) = 173+218+30=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDA1E is #5225E1. Grayscale: #B7B7B7. Windows color (decimal): -5383650 or 2022061. OLE color: 2022061.
HSL color Cylindrical-coordinate representation of color #ADDA1E: hue angle of 74.36º degrees, saturation: 0.76, 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 #ADDA1E is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 218 | 30 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.15 |
| HSL | 74.36º | 0.76% | 0.49% | - |
| HSV(B) | 74.36º | 0.86% | 0.85% | - |
| XYZ | 42.54 | 59.12 | 10.4 | - |
| YUV | 183.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 218 | 30 | 0.21 | 0 | 0.86 | 0.15 | 74.36 | 0.76 | 0.49 |
| Hex | AD | DA | 1E | 15 | 0 | 56 | F | 4A | 4C | 31 |
| Octal | 255 | 332 | 36 | 25 | 0 | 126 | 17 | 112 | 114 | 61 |
| Binary | 10101101 | 11011010 | 11110 | 10101 | 0 | 1010110 | 1111 | 1001010 | 1001100 | 110001 |
Color Harmonies of #ADDA1E
Complementary color
Monochromatic Colors of #ADDA1E
Black with #ADDA1E
Text Example
Text Example
White with #ADDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDA1E; }
p { color: rgb(173,218,30); }
H1.HeaderClassName
{
color: #ADDA1E;
}
.AnyTagClassName
{
color: #ADDA1E;
}
</style>
background-color css
<style>
a { background-color: #ADDA1E; }
a { background-color: rgb(173,218,30); }
div.DivClassName
{
background-color: #ADDA1E;
}
.BgClassName
{
background-color: #ADDA1E;
}
</style>
border-color css
<style>
span { border-color: #ADDA1E; }
span { border-color: rgb(173,218,30); }
td.TdClassName
{
border-color: #ADDA1E;
}
.TagClassName
{
border-color: #ADDA1E;
}
</style>