Html Css Color HEX #ACF112 Inch Worm

📋 copy color: '#ACF112'

red 172 ◦ green 241 ◦ blue 18

#ACF112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #ACF112

Tints of Inch Worm #ACF112

RGB

 RED value IS 172 (67.58% from 255) = 39.91%

 GREEN value IS 241 (94.53% from 255) = 55.92%

 BLUE value IS 18 (7.42% from 255) = 4.18%

R = 39.91%
G = 55.92%
B = 4.18%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ACF112 (or 0xACF112) is known color: Inch Worm. HEX triplet: AC, F1 and 12. RGB value is (172,241,18). Sum of RGB (Red+Green+Blue) = 172+241+18=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 18 (7.42% from 255 or 4.18% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF112 is #530EED. Grayscale: #C3C3C3. Windows color (decimal): -5443310 or 1241516. OLE color: 1241516.

HSL color Cylindrical-coordinate representation of color #ACF112: hue angle of 78.57º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACF112 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 18 -
CMYK 0.29 0 0.93 0.05
HSL 78.57º 0.89% 0.51% -
HSV(B) 78.57º 0.93% 0.95% -
XYZ 48.58 71.72 11.86 -
YUV 194.95 28.14 111.63 -
System Red Green Blue C M Y K H S L
Decimal 172 241 18 0.29 0 0.93 0.05 78.57 0.89 0.51
Hex AC F1 12 1D 0 5D 5 4F 59 33
Octal 254 361 22 35 0 135 5 117 131 63
Binary 10101100 11110001 10010 11101 0 1011101 101 1001111 1011001 110011

Color Harmonies of #ACF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF112

Black with #ACF112

Text Example


Text Example

White with #ACF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF112; }

 p { color: rgb(172,241,18); }

 H1.HeaderClassName
 {
   color: #ACF112;
 }
 .AnyTagClassName
 {
   color: #ACF112;
 }
</style>

background-color css

<style>
 a { background-color: #ACF112; }

 a { background-color: rgb(172,241,18); }

 div.DivClassName
 {
   background-color: #ACF112;
 }
 .BgClassName
 {
   background-color: #ACF112;
 }
</style>

border-color css

<style>
 span { border-color: #ACF112; }

 span { border-color: rgb(172,241,18); }

 td.TdClassName
 {
   border-color: #ACF112;
 }
 .TagClassName
 {
   border-color: #ACF112;
 }
</style>