Html Css Color HEX #ACF111 Inch Worm

📋 copy color: '#ACF111'

red 172 ◦ green 241 ◦ blue 17

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

Shades of Inch Worm #ACF111

Tints of Inch Worm #ACF111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.95%

R = 40%
G = 56.05%
B = 3.95%

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

#ACF111 (or 0xACF111) is known color: Inch Worm. HEX triplet: AC, F1 and 11. RGB value is (172,241,17). Sum of RGB (Red+Green+Blue) = 172+241+17=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF111 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF111 is #530EEE. Grayscale: #C3C3C3. Windows color (decimal): -5443311 or 1175980. OLE color: 1175980.

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

Color convert

RGB 172 241 17 -
CMYK 0.29 0 0.93 0.05
HSL 78.48º 0.89% 0.51% -
HSV(B) 78.48º 0.93% 0.95% -
XYZ 48.57 71.72 11.81 -
YUV 194.83 27.64 111.71 -
System Red Green Blue C M Y K H S L
Decimal 172 241 17 0.29 0 0.93 0.05 78.48 0.89 0.51
Hex AC F1 11 1D 0 5D 5 4E 59 33
Octal 254 361 21 35 0 135 5 116 131 63
Binary 10101100 11110001 10001 11101 0 1011101 101 1001110 1011001 110011

Color Harmonies of #ACF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF111

Black with #ACF111

Text Example


Text Example

White with #ACF111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF111; }

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

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

background-color css

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

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

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

border-color css

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

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

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