Shades of Inch Worm #ACF315
Tints of Inch Worm #ACF315
RGB
CMYK
RGB Variations
Color information
#ACF315 (or 0xACF315) is known color: Inch Worm. HEX triplet: AC, F3 and 15. RGB value is (172,243,21). Sum of RGB (Red+Green+Blue) = 172+243+21=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 243 (95.31% from 255 or 55.73% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF315 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF315 is #530CEA. Grayscale: #C5C5C5. Windows color (decimal): -5442795 or 1438636. OLE color: 1438636.
HSL color Cylindrical-coordinate representation of color #ACF315: hue angle of 79.19º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACF315 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 21 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.05 |
| HSL | 79.19º | 0.9% | 0.52% | - |
| HSV(B) | 79.19º | 0.91% | 0.95% | - |
| XYZ | 49.2 | 72.93 | 12.19 | - |
| YUV | 196.46 | 28.98 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 21 | 0.29 | 0 | 0.91 | 0.05 | 79.19 | 0.9 | 0.52 |
| Hex | AC | F3 | 15 | 1D | 0 | 5B | 5 | 4F | 5A | 34 |
| Octal | 254 | 363 | 25 | 35 | 0 | 133 | 5 | 117 | 132 | 64 |
| Binary | 10101100 | 11110011 | 10101 | 11101 | 0 | 1011011 | 101 | 1001111 | 1011010 | 110100 |
Color Harmonies of #ACF315
Complementary color
Monochromatic Colors of #ACF315
Black with #ACF315
Text Example
Text Example
White with #ACF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF315; }
p { color: rgb(172,243,21); }
H1.HeaderClassName
{
color: #ACF315;
}
.AnyTagClassName
{
color: #ACF315;
}
</style>
background-color css
<style>
a { background-color: #ACF315; }
a { background-color: rgb(172,243,21); }
div.DivClassName
{
background-color: #ACF315;
}
.BgClassName
{
background-color: #ACF315;
}
</style>
border-color css
<style>
span { border-color: #ACF315; }
span { border-color: rgb(172,243,21); }
td.TdClassName
{
border-color: #ACF315;
}
.TagClassName
{
border-color: #ACF315;
}
</style>