Html Css Color HEX #ACF11C Inch Worm

📋 copy color: '#ACF11C'

red 172 ◦ green 241 ◦ blue 28

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

Shades of Inch Worm #ACF11C

Tints of Inch Worm #ACF11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.35%

R = 39%
G = 54.65%
B = 6.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#ACF11C (or 0xACF11C) is known color: Inch Worm. HEX triplet: AC, F1 and 1C. RGB value is (172,241,28). Sum of RGB (Red+Green+Blue) = 172+241+28=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF11C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF11C is #530EE3. Grayscale: #C4C4C4. Windows color (decimal): -5443300 or 1896876. OLE color: 1896876.

HSL color Cylindrical-coordinate representation of color #ACF11C: hue angle of 79.44º degrees, saturation: 0.88, 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 #ACF11C is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 28 -
CMYK 0.29 0 0.88 0.05
HSL 79.44º 0.88% 0.53% -
HSV(B) 79.44º 0.88% 0.95% -
XYZ 48.68 71.77 12.39 -
YUV 196.09 33.14 110.82 -
System Red Green Blue C M Y K H S L
Decimal 172 241 28 0.29 0 0.88 0.05 79.44 0.88 0.53
Hex AC F1 1C 1D 0 58 5 4F 58 35
Octal 254 361 34 35 0 130 5 117 130 65
Binary 10101100 11110001 11100 11101 0 1011000 101 1001111 1011000 110101

Color Harmonies of #ACF11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF11C

Black with #ACF11C

Text Example


Text Example

White with #ACF11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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