Shades of Inch Worm #ACD714
Tints of Inch Worm #ACD714
RGB
CMYK
RGB Variations
Color information
#ACD714 (or 0xACD714) is known color: Inch Worm. HEX triplet: AC, D7 and 14. RGB value is (172,215,20). Sum of RGB (Red+Green+Blue) = 172+215+20=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 20 (8.20% from 255 or 4.91% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD714 is #5328EB. Grayscale: #B4B4B4. Windows color (decimal): -5449964 or 1365932. OLE color: 1365932.
HSL color Cylindrical-coordinate representation of color #ACD714: hue angle of 73.23º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACD714 is Cyan = 0.2, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 20 | - |
| CMYK | 0.2 | 0 | 0.91 | 0.16 |
| HSL | 73.23º | 0.83% | 0.46% | - |
| HSV(B) | 73.23º | 0.91% | 0.84% | - |
| XYZ | 41.44 | 57.42 | 9.56 | - |
| YUV | 179.91 | 37.75 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 20 | 0.2 | 0 | 0.91 | 0.16 | 73.23 | 0.83 | 0.46 |
| Hex | AC | D7 | 14 | 14 | 0 | 5B | 10 | 49 | 53 | 2E |
| Octal | 254 | 327 | 24 | 24 | 0 | 133 | 20 | 111 | 123 | 56 |
| Binary | 10101100 | 11010111 | 10100 | 10100 | 0 | 1011011 | 10000 | 1001001 | 1010011 | 101110 |
Color Harmonies of #ACD714
Complementary color
Monochromatic Colors of #ACD714
Black with #ACD714
Text Example
Text Example
White with #ACD714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD714; }
p { color: rgb(172,215,20); }
H1.HeaderClassName
{
color: #ACD714;
}
.AnyTagClassName
{
color: #ACD714;
}
</style>
background-color css
<style>
a { background-color: #ACD714; }
a { background-color: rgb(172,215,20); }
div.DivClassName
{
background-color: #ACD714;
}
.BgClassName
{
background-color: #ACD714;
}
</style>
border-color css
<style>
span { border-color: #ACD714; }
span { border-color: rgb(172,215,20); }
td.TdClassName
{
border-color: #ACD714;
}
.TagClassName
{
border-color: #ACD714;
}
</style>