Html Css Color HEX #ACDF12 Inch Worm

📋 copy color: '#ACDF12'

red 172 ◦ green 223 ◦ blue 18

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

Shades of Inch Worm #ACDF12

Tints of Inch Worm #ACDF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.36%

R = 41.65%
G = 54%
B = 4.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#ACDF12 (or 0xACDF12) is known color: Inch Worm. HEX triplet: AC, DF and 12. RGB value is (172,223,18). Sum of RGB (Red+Green+Blue) = 172+223+18=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACDF12 is #5320ED. Grayscale: #B9B9B9. Windows color (decimal): -5447918 or 1236908. OLE color: 1236908.

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

Color convert

RGB 172 223 18 -
CMYK 0.23 0 0.92 0.13
HSL 74.93º 0.85% 0.47% -
HSV(B) 74.93º 0.92% 0.87% -
XYZ 43.51 61.59 10.17 -
YUV 184.38 34.1 119.17 -
System Red Green Blue C M Y K H S L
Decimal 172 223 18 0.23 0 0.92 0.13 74.93 0.85 0.47
Hex AC DF 12 17 0 5C D 4B 55 2F
Octal 254 337 22 27 0 134 15 113 125 57
Binary 10101100 11011111 10010 10111 0 1011100 1101 1001011 1010101 101111

Color Harmonies of #ACDF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF12

Black with #ACDF12

Text Example


Text Example

White with #ACDF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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