Html Css Color HEX #ACF113 Inch Worm

📋 copy color: '#ACF113'

red 172 ◦ green 241 ◦ blue 19

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

Shades of Inch Worm #ACF113

Tints of Inch Worm #ACF113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.4%

R = 39.81%
G = 55.79%
B = 4.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#ACF113 (or 0xACF113) is known color: Inch Worm. HEX triplet: AC, F1 and 13. RGB value is (172,241,19). Sum of RGB (Red+Green+Blue) = 172+241+19=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 241 (94.53% from 255 or 55.79% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF113 is #530EEC. Grayscale: #C3C3C3. Windows color (decimal): -5443309 or 1307052. OLE color: 1307052.

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

Color convert

RGB 172 241 19 -
CMYK 0.29 0 0.92 0.05
HSL 78.65º 0.89% 0.51% -
HSV(B) 78.65º 0.92% 0.95% -
XYZ 48.59 71.73 11.9 -
YUV 195.06 28.64 111.55 -
System Red Green Blue C M Y K H S L
Decimal 172 241 19 0.29 0 0.92 0.05 78.65 0.89 0.51
Hex AC F1 13 1D 0 5C 5 4F 59 33
Octal 254 361 23 35 0 134 5 117 131 63
Binary 10101100 11110001 10011 11101 0 1011100 101 1001111 1011001 110011

Color Harmonies of #ACF113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF113

Black with #ACF113

Text Example


Text Example

White with #ACF113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF113; }

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

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

background-color css

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

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

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

border-color css

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

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

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