Shades of Inch Worm #ADDF12
Tints of Inch Worm #ADDF12
RGB
CMYK
RGB Variations
Color information
#ADDF12 (or 0xADDF12) is known color: Inch Worm. HEX triplet: AD, DF and 12. RGB value is (173,223,18). Sum of RGB (Red+Green+Blue) = 173+223+18=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 18 (7.42% from 255 or 4.35% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADDF12 is #5220ED. Grayscale: #B9B9B9. Windows color (decimal): -5382382 or 1236909. OLE color: 1236909.
HSL color Cylindrical-coordinate representation of color #ADDF12: hue angle of 74.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADDF12 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 18 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.13 |
| HSL | 74.63º | 0.85% | 0.47% | - |
| HSV(B) | 74.63º | 0.92% | 0.87% | - |
| XYZ | 43.73 | 61.7 | 10.18 | - |
| YUV | 184.68 | 33.94 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 18 | 0.22 | 0 | 0.92 | 0.13 | 74.63 | 0.85 | 0.47 |
| Hex | AD | DF | 12 | 16 | 0 | 5C | D | 4B | 55 | 2F |
| Octal | 255 | 337 | 22 | 26 | 0 | 134 | 15 | 113 | 125 | 57 |
| Binary | 10101101 | 11011111 | 10010 | 10110 | 0 | 1011100 | 1101 | 1001011 | 1010101 | 101111 |
Color Harmonies of #ADDF12
Complementary color
Monochromatic Colors of #ADDF12
Black with #ADDF12
Text Example
Text Example
White with #ADDF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF12; }
p { color: rgb(173,223,18); }
H1.HeaderClassName
{
color: #ADDF12;
}
.AnyTagClassName
{
color: #ADDF12;
}
</style>
background-color css
<style>
a { background-color: #ADDF12; }
a { background-color: rgb(173,223,18); }
div.DivClassName
{
background-color: #ADDF12;
}
.BgClassName
{
background-color: #ADDF12;
}
</style>
border-color css
<style>
span { border-color: #ADDF12; }
span { border-color: rgb(173,223,18); }
td.TdClassName
{
border-color: #ADDF12;
}
.TagClassName
{
border-color: #ADDF12;
}
</style>