Shades of Inch Worm #ACD701
Tints of Inch Worm #ACD701
RGB
CMYK
RGB Variations
Color information
#ACD701 (or 0xACD701) is known color: Inch Worm. HEX triplet: AC, D7 and 01. RGB value is (172,215,1). Sum of RGB (Red+Green+Blue) = 172+215+1=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 215 (84.38% from 255 or 55.41% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD701 is #5328FE. Grayscale: #B2B2B2. Windows color (decimal): -5449983 or 120748. OLE color: 120748.
HSL color Cylindrical-coordinate representation of color #ACD701: hue angle of 72.06º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACD701 is Cyan = 0.2, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 1 | - |
| CMYK | 0.2 | 0 | 1.00 | 0.16 |
| HSL | 72.06º | 0.99% | 0.42% | - |
| HSV(B) | 72.06º | 1% | 0.84% | - |
| XYZ | 41.32 | 57.37 | 8.93 | - |
| YUV | 177.75 | 28.25 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 1 | 0.2 | 0 | 1.00 | 0.16 | 72.06 | 0.99 | 0.42 |
| Hex | AC | D7 | 1 | 14 | 0 | 64 | 10 | 48 | 63 | 2A |
| Octal | 254 | 327 | 1 | 24 | 0 | 144 | 20 | 110 | 143 | 52 |
| Binary | 10101100 | 11010111 | 1 | 10100 | 0 | 1100100 | 10000 | 1001000 | 1100011 | 101010 |
Color Harmonies of #ACD701
Complementary color
Monochromatic Colors of #ACD701
Black with #ACD701
Text Example
Text Example
White with #ACD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD701; }
p { color: rgb(172,215,1); }
H1.HeaderClassName
{
color: #ACD701;
}
.AnyTagClassName
{
color: #ACD701;
}
</style>
background-color css
<style>
a { background-color: #ACD701; }
a { background-color: rgb(172,215,1); }
div.DivClassName
{
background-color: #ACD701;
}
.BgClassName
{
background-color: #ACD701;
}
</style>
border-color css
<style>
span { border-color: #ACD701; }
span { border-color: rgb(172,215,1); }
td.TdClassName
{
border-color: #ACD701;
}
.TagClassName
{
border-color: #ACD701;
}
</style>