Shades of Inch Worm #ADF314
Tints of Inch Worm #ADF314
RGB
CMYK
RGB Variations
Color information
#ADF314 (or 0xADF314) is known color: Inch Worm. HEX triplet: AD, F3 and 14. RGB value is (173,243,20). Sum of RGB (Red+Green+Blue) = 173+243+20=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 20 (8.20% from 255 or 4.59% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF314 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ADF314 is #520CEB. Grayscale: #C5C5C5. Windows color (decimal): -5377260 or 1373101. OLE color: 1373101.
HSL color Cylindrical-coordinate representation of color #ADF314: hue angle of 78.83º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADF314 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 20 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.05 |
| HSL | 78.83º | 0.9% | 0.52% | - |
| HSV(B) | 78.83º | 0.92% | 0.95% | - |
| XYZ | 49.41 | 73.04 | 12.15 | - |
| YUV | 196.65 | 28.31 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 20 | 0.29 | 0 | 0.92 | 0.05 | 78.83 | 0.9 | 0.52 |
| Hex | AD | F3 | 14 | 1D | 0 | 5C | 5 | 4F | 5A | 34 |
| Octal | 255 | 363 | 24 | 35 | 0 | 134 | 5 | 117 | 132 | 64 |
| Binary | 10101101 | 11110011 | 10100 | 11101 | 0 | 1011100 | 101 | 1001111 | 1011010 | 110100 |
Color Harmonies of #ADF314
Complementary color
Monochromatic Colors of #ADF314
Black with #ADF314
Text Example
Text Example
White with #ADF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF314; }
p { color: rgb(173,243,20); }
H1.HeaderClassName
{
color: #ADF314;
}
.AnyTagClassName
{
color: #ADF314;
}
</style>
background-color css
<style>
a { background-color: #ADF314; }
a { background-color: rgb(173,243,20); }
div.DivClassName
{
background-color: #ADF314;
}
.BgClassName
{
background-color: #ADF314;
}
</style>
border-color css
<style>
span { border-color: #ADF314; }
span { border-color: rgb(173,243,20); }
td.TdClassName
{
border-color: #ADF314;
}
.TagClassName
{
border-color: #ADF314;
}
</style>