Html Css Color HEX #ACDF1C Inch Worm

📋 copy color: '#ACDF1C'

red 172 ◦ green 223 ◦ blue 28

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

Shades of Inch Worm #ACDF1C

Tints of Inch Worm #ACDF1C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.72%

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

R = 40.66%
G = 52.72%
B = 6.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#ACDF1C (or 0xACDF1C) is known color: Inch Worm. HEX triplet: AC, DF and 1C. RGB value is (172,223,28). Sum of RGB (Red+Green+Blue) = 172+223+28=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 223 (87.5% from 255 or 52.72% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF1C is #5320E3. Grayscale: #BABABA. Windows color (decimal): -5447908 or 1892268. OLE color: 1892268.

HSL color Cylindrical-coordinate representation of color #ACDF1C: hue angle of 75.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACDF1C is Cyan = 0.23, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 28 -
CMYK 0.23 0 0.87 0.13
HSL 75.69º 0.78% 0.49% -
HSV(B) 75.69º 0.87% 0.87% -
XYZ 43.61 61.63 10.7 -
YUV 185.52 39.1 118.36 -
System Red Green Blue C M Y K H S L
Decimal 172 223 28 0.23 0 0.87 0.13 75.69 0.78 0.49
Hex AC DF 1C 17 0 57 D 4C 4E 31
Octal 254 337 34 27 0 127 15 114 116 61
Binary 10101100 11011111 11100 10111 0 1010111 1101 1001100 1001110 110001

Color Harmonies of #ACDF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF1C

Black with #ACDF1C

Text Example


Text Example

White with #ACDF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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