Html Css Color HEX #ACF110 Inch Worm

📋 copy color: '#ACF110'

red 172 ◦ green 241 ◦ blue 16

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

Shades of Inch Worm #ACF110

Tints of Inch Worm #ACF110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.73%

R = 40.09%
G = 56.18%
B = 3.73%

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

#ACF110 (or 0xACF110) is known color: Inch Worm. HEX triplet: AC, F1 and 10. RGB value is (172,241,16). Sum of RGB (Red+Green+Blue) = 172+241+16=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF110 is #530EEF. Grayscale: #C3C3C3. Windows color (decimal): -5443312 or 1110444. OLE color: 1110444.

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

Color convert

RGB 172 241 16 -
CMYK 0.29 0 0.93 0.05
HSL 78.4º 0.89% 0.5% -
HSV(B) 78.4º 0.93% 0.95% -
XYZ 48.56 71.72 11.77 -
YUV 194.72 27.14 111.8 -
System Red Green Blue C M Y K H S L
Decimal 172 241 16 0.29 0 0.93 0.05 78.4 0.89 0.5
Hex AC F1 10 1D 0 5D 5 4E 59 32
Octal 254 361 20 35 0 135 5 116 131 62
Binary 10101100 11110001 10000 11101 0 1011101 101 1001110 1011001 110010

Color Harmonies of #ACF110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF110

Black with #ACF110

Text Example


Text Example

White with #ACF110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF110; }

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

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

background-color css

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

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

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

border-color css

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

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

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