Shades of Inch Worm #ACF31D
Tints of Inch Worm #ACF31D
RGB
CMYK
RGB Variations
Color information
#ACF31D (or 0xACF31D) is known color: Inch Worm. HEX triplet: AC, F3 and 1D. RGB value is (172,243,29). Sum of RGB (Red+Green+Blue) = 172+243+29=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 243 (95.31% from 255 or 54.73% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF31D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF31D is #530CE2. Grayscale: #C6C6C6. Windows color (decimal): -5442787 or 1962924. OLE color: 1962924.
HSL color Cylindrical-coordinate representation of color #ACF31D: hue angle of 79.91º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACF31D is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 29 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.05 |
| HSL | 79.91º | 0.9% | 0.53% | - |
| HSV(B) | 79.91º | 0.88% | 0.95% | - |
| XYZ | 49.29 | 72.96 | 12.65 | - |
| YUV | 197.38 | 32.98 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 29 | 0.29 | 0 | 0.88 | 0.05 | 79.91 | 0.9 | 0.53 |
| Hex | AC | F3 | 1D | 1D | 0 | 58 | 5 | 50 | 5A | 35 |
| Octal | 254 | 363 | 35 | 35 | 0 | 130 | 5 | 120 | 132 | 65 |
| Binary | 10101100 | 11110011 | 11101 | 11101 | 0 | 1011000 | 101 | 1010000 | 1011010 | 110101 |
Color Harmonies of #ACF31D
Complementary color
Monochromatic Colors of #ACF31D
Black with #ACF31D
Text Example
Text Example
White with #ACF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF31D; }
p { color: rgb(172,243,29); }
H1.HeaderClassName
{
color: #ACF31D;
}
.AnyTagClassName
{
color: #ACF31D;
}
</style>
background-color css
<style>
a { background-color: #ACF31D; }
a { background-color: rgb(172,243,29); }
div.DivClassName
{
background-color: #ACF31D;
}
.BgClassName
{
background-color: #ACF31D;
}
</style>
border-color css
<style>
span { border-color: #ACF31D; }
span { border-color: rgb(172,243,29); }
td.TdClassName
{
border-color: #ACF31D;
}
.TagClassName
{
border-color: #ACF31D;
}
</style>