Shades of Inch Worm #ACF00B
Tints of Inch Worm #ACF00B
RGB
CMYK
RGB Variations
Color information
#ACF00B (or 0xACF00B) is known color: Inch Worm. HEX triplet: AC, F0 and 0B. RGB value is (172,240,11). Sum of RGB (Red+Green+Blue) = 172+240+11=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 11 (4.69% from 255 or 2.60% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF00B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF00B is #530FF4. Grayscale: #C2C2C2. Windows color (decimal): -5443573 or 782508. OLE color: 782508.
HSL color Cylindrical-coordinate representation of color #ACF00B: hue angle of 77.82º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACF00B is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 11 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.06 |
| HSL | 77.82º | 0.91% | 0.49% | - |
| HSV(B) | 77.82º | 0.95% | 0.94% | - |
| XYZ | 48.23 | 71.11 | 11.5 | - |
| YUV | 193.56 | 24.97 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 11 | 0.28 | 0 | 0.95 | 0.06 | 77.82 | 0.91 | 0.49 |
| Hex | AC | F0 | B | 1C | 0 | 5F | 6 | 4E | 5B | 31 |
| Octal | 254 | 360 | 13 | 34 | 0 | 137 | 6 | 116 | 133 | 61 |
| Binary | 10101100 | 11110000 | 1011 | 11100 | 0 | 1011111 | 110 | 1001110 | 1011011 | 110001 |
Color Harmonies of #ACF00B
Complementary color
Monochromatic Colors of #ACF00B
Black with #ACF00B
Text Example
Text Example
White with #ACF00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF00B; }
p { color: rgb(172,240,11); }
H1.HeaderClassName
{
color: #ACF00B;
}
.AnyTagClassName
{
color: #ACF00B;
}
</style>
background-color css
<style>
a { background-color: #ACF00B; }
a { background-color: rgb(172,240,11); }
div.DivClassName
{
background-color: #ACF00B;
}
.BgClassName
{
background-color: #ACF00B;
}
</style>
border-color css
<style>
span { border-color: #ACF00B; }
span { border-color: rgb(172,240,11); }
td.TdClassName
{
border-color: #ACF00B;
}
.TagClassName
{
border-color: #ACF00B;
}
</style>