Shades of Inch Worm #ADF30F
Tints of Inch Worm #ADF30F
RGB
CMYK
RGB Variations
Color information
#ADF30F (or 0xADF30F) is known color: Inch Worm. HEX triplet: AD, F3 and 0F. RGB value is (173,243,15). Sum of RGB (Red+Green+Blue) = 173+243+15=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF30F is #520CF0. Grayscale: #C4C4C4. Windows color (decimal): -5377265 or 1045421. OLE color: 1045421.
HSL color Cylindrical-coordinate representation of color #ADF30F: hue angle of 78.42º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ADF30F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 15 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.05 |
| HSL | 78.42º | 0.9% | 0.51% | - |
| HSV(B) | 78.42º | 0.94% | 0.95% | - |
| XYZ | 49.37 | 73.02 | 11.94 | - |
| YUV | 196.08 | 25.81 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 15 | 0.29 | 0 | 0.94 | 0.05 | 78.42 | 0.9 | 0.51 |
| Hex | AD | F3 | F | 1D | 0 | 5E | 5 | 4E | 5A | 33 |
| Octal | 255 | 363 | 17 | 35 | 0 | 136 | 5 | 116 | 132 | 63 |
| Binary | 10101101 | 11110011 | 1111 | 11101 | 0 | 1011110 | 101 | 1001110 | 1011010 | 110011 |
Color Harmonies of #ADF30F
Complementary color
Monochromatic Colors of #ADF30F
Black with #ADF30F
Text Example
Text Example
White with #ADF30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF30F; }
p { color: rgb(173,243,15); }
H1.HeaderClassName
{
color: #ADF30F;
}
.AnyTagClassName
{
color: #ADF30F;
}
</style>
background-color css
<style>
a { background-color: #ADF30F; }
a { background-color: rgb(173,243,15); }
div.DivClassName
{
background-color: #ADF30F;
}
.BgClassName
{
background-color: #ADF30F;
}
</style>
border-color css
<style>
span { border-color: #ADF30F; }
span { border-color: rgb(173,243,15); }
td.TdClassName
{
border-color: #ADF30F;
}
.TagClassName
{
border-color: #ADF30F;
}
</style>