Shades of Inch Worm #ACF415
Tints of Inch Worm #ACF415
RGB
CMYK
RGB Variations
Color information
#ACF415 (or 0xACF415) is known color: Inch Worm. HEX triplet: AC, F4 and 15. RGB value is (172,244,21). Sum of RGB (Red+Green+Blue) = 172+244+21=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 244 (95.70% from 255 or 55.84% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF415 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF415 is #530BEA. Grayscale: #C5C5C5. Windows color (decimal): -5442539 or 1438892. OLE color: 1438892.
HSL color Cylindrical-coordinate representation of color #ACF415: hue angle of 79.37º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF415 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 21 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.04 |
| HSL | 79.37º | 0.91% | 0.52% | - |
| HSV(B) | 79.37º | 0.91% | 0.96% | - |
| XYZ | 49.5 | 73.53 | 12.29 | - |
| YUV | 197.05 | 28.65 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 21 | 0.30 | 0 | 0.91 | 0.04 | 79.37 | 0.91 | 0.52 |
| Hex | AC | F4 | 15 | 1E | 0 | 5B | 4 | 4F | 5B | 34 |
| Octal | 254 | 364 | 25 | 36 | 0 | 133 | 4 | 117 | 133 | 64 |
| Binary | 10101100 | 11110100 | 10101 | 11110 | 0 | 1011011 | 100 | 1001111 | 1011011 | 110100 |
Color Harmonies of #ACF415
Complementary color
Monochromatic Colors of #ACF415
Black with #ACF415
Text Example
Text Example
White with #ACF415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF415; }
p { color: rgb(172,244,21); }
H1.HeaderClassName
{
color: #ACF415;
}
.AnyTagClassName
{
color: #ACF415;
}
</style>
background-color css
<style>
a { background-color: #ACF415; }
a { background-color: rgb(172,244,21); }
div.DivClassName
{
background-color: #ACF415;
}
.BgClassName
{
background-color: #ACF415;
}
</style>
border-color css
<style>
span { border-color: #ACF415; }
span { border-color: rgb(172,244,21); }
td.TdClassName
{
border-color: #ACF415;
}
.TagClassName
{
border-color: #ACF415;
}
</style>