Shades of Inch Worm #ACF31B
Tints of Inch Worm #ACF31B
RGB
CMYK
RGB Variations
Color information
#ACF31B (or 0xACF31B) is known color: Inch Worm. HEX triplet: AC, F3 and 1B. RGB value is (172,243,27). Sum of RGB (Red+Green+Blue) = 172+243+27=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 27 (10.94% from 255 or 6.11% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF31B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF31B is #530CE4. Grayscale: #C5C5C5. Windows color (decimal): -5442789 or 1831852. OLE color: 1831852.
HSL color Cylindrical-coordinate representation of color #ACF31B: hue angle of 79.72º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACF31B is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 27 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.05 |
| HSL | 79.72º | 0.9% | 0.53% | - |
| HSV(B) | 79.72º | 0.89% | 0.95% | - |
| XYZ | 49.26 | 72.95 | 12.52 | - |
| YUV | 197.15 | 31.98 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 27 | 0.29 | 0 | 0.89 | 0.05 | 79.72 | 0.9 | 0.53 |
| Hex | AC | F3 | 1B | 1D | 0 | 59 | 5 | 50 | 5A | 35 |
| Octal | 254 | 363 | 33 | 35 | 0 | 131 | 5 | 120 | 132 | 65 |
| Binary | 10101100 | 11110011 | 11011 | 11101 | 0 | 1011001 | 101 | 1010000 | 1011010 | 110101 |
Color Harmonies of #ACF31B
Complementary color
Monochromatic Colors of #ACF31B
Black with #ACF31B
Text Example
Text Example
White with #ACF31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF31B; }
p { color: rgb(172,243,27); }
H1.HeaderClassName
{
color: #ACF31B;
}
.AnyTagClassName
{
color: #ACF31B;
}
</style>
background-color css
<style>
a { background-color: #ACF31B; }
a { background-color: rgb(172,243,27); }
div.DivClassName
{
background-color: #ACF31B;
}
.BgClassName
{
background-color: #ACF31B;
}
</style>
border-color css
<style>
span { border-color: #ACF31B; }
span { border-color: rgb(172,243,27); }
td.TdClassName
{
border-color: #ACF31B;
}
.TagClassName
{
border-color: #ACF31B;
}
</style>